> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Dave Ertman
> Sent: Monday, June 16, 2025 4:33 PM
> To: [email protected]
> Cc: Loktionov, Aleksandr <[email protected]>; Kitszel,
> Przemyslaw <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v4 1/8] [PATCH iwl-next v3 1/8]
> ice:
> Remove casts on void pointers in LAG
>
> code
>
> This series will be touching on the LAG code in the ice driver, to prevent
> moving or propagating casting on void pointers, clean them up first.
>
> This also allows for moving the variable initialization into the variable
> declaration.
>
> Reviewed-by: Aleksandr Loktionov <[email protected]>
> Reviewed-by: Przemek Kitszel <[email protected]>
> Signed-off-by: Dave Ertman <[email protected]>
> ---
> drivers/net/ethernet/intel/ice/ice_lag.c | 24 ++++++++----------------
> 1 file changed, 8 insertions(+), 16 deletions(-)
>
Tested-by: Sujai Buvaneswaran <[email protected]>