> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Ivan > Vecera > Sent: Saturday, October 21, 2023 1:08 AM > To: [email protected] > Cc: Eric Dumazet <[email protected]>; [email protected]; Richard Cochran > <[email protected]>; Brandeburg, Jesse <[email protected]>; > open list <[email protected]>; Nguyen, Anthony L > <[email protected]>; moderated list:INTEL ETHERNET DRIVERS > <[email protected]>; Keller, Jacob E > <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni > <[email protected]>; David S. Miller <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next 2/6] i40e: Remove _t suffix from > enum type names > > Enum type names should not be suffixed by '_t'. Either to use > 'typedef enum name name_t' to so plain 'name_t var' instead of > 'enum name_t var'. > > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e.h | 4 ++-- > drivers/net/ethernet/intel/i40e/i40e_ptp.c | 6 +++--- > drivers/net/ethernet/intel/i40e/i40e_txrx.h | 4 ++-- > 3 files changed, 7 insertions(+), 7 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
