> -----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: Kitszel, Przemyslaw <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v4 2/8] [PATCH iwl-next v3 2/8]
> ice:
> replace u8 elements with bool where
>
> appropriate
>
> In preparation for the new LAG functionality implementation, there are a
> couple of existing LAG elements of the capabilities struct that should be bool
> instead of u8. Since we are adding a new element to this struct that should
> also be a bool, fix the existing LAG u8 in this patch and eliminate !!
> operators
> where possible.
>
> Reviewed-by: Przemek Kitszel <[email protected]>
> Signed-off-by: Dave Ertman <[email protected]>
> ---
> drivers/net/ethernet/intel/ice/ice_common.c | 4 ++--
> drivers/net/ethernet/intel/ice/ice_type.h | 5 +++--
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
Tested-by: Sujai Buvaneswaran <[email protected]>