> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Simon > Horman > Sent: Sunday, December 17, 2023 3:15 PM > To: Brandeburg, Jesse <[email protected]>; Nguyen, Anthony L > <[email protected]> > Cc: [email protected]; [email protected]; Nick Desaulniers > <[email protected]>; Nathan Chancellor <[email protected]>; Eric > Dumazet <[email protected]>; [email protected]; Bill > Wendling <[email protected]>; Justin Stitt <[email protected]>; Jakub > Kicinski <[email protected]>; Paolo Abeni <[email protected]>; David S. Miller > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next] i40e: Avoid unnecessary use of > comma operator > > Although it does not seem to have any untoward side-effects, > the use of ';' to separate to assignments seems more appropriate than ','. > > Flagged by clang-17 -Wcomma > > No functional change intended. > Compile tested only. > > Signed-off-by: Simon Horman <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
