> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Mohamed Khalfella > Sent: Wednesday, May 6, 2026 3:41 PM > To: Nguyen, Anthony L <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; David S . Miller <[email protected]>; Eric > Dumazet > <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni > <[email protected]> > Cc: Mohamed Khalfella <[email protected]>; Loktionov, Aleksandr > <[email protected]>; Paul Menzel <[email protected]>; Keller, > Jacob E > <[email protected]>; [email protected]; > [email protected]; linux- > [email protected] > Subject: [Intel-wired-lan] [PATCH v2] i40e: Fix i40e_debug() to use struct > i40e_hw argument > > i40e_debug() macro takes struct i40e_hw *h as first argument. But the macro > body uses hw instead of > h. This has been working so far because hw happens to be the name of the > variable in the context > where the macro is expanded. Fix the macro to use the passed argument. > > Fixes: 5dfd37c37a44 ("i40e: Split i40e_osdep.h") > Signed-off-by: Mohamed Khalfella <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > Reviewed-by: Paul Menzel <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_debug.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Tested-by: Alexander Nowlin <[email protected]>
