> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Jacob > Keller > Sent: 02 May 2025 04:24 > To: Intel Wired LAN <[email protected]>; Nguyen, Anthony L > <[email protected]>; netdev <[email protected]> > Cc: Keller, Jacob E <[email protected]>; Kubiak, Michal > <[email protected]>; Loktionov, Aleksandr > <[email protected]>; Kolacinski, Karol > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Olech, Milena <[email protected]>; Paul > Menzel <[email protected]> > Subject: [Intel-wired-lan] [PATCH v4 05/15] ice: use designated initializers > for TSPLL consts > > From: Karol Kolacinski <[email protected]> > > Instead of multiple comments, use designated initializers for TSPLL consts. > > Adjust ice_tspll_params_e82x fields sizes. > > Reviewed-by: Michal Kubiak <[email protected]> > Reviewed-by: Milena Olech <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_tspll.h | 8 +-- > drivers/net/ethernet/intel/ice/ice_tspll.c | 95 ++++++++++-------------------- > 2 files changed, 34 insertions(+), 69 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
