net/mlx5: Use unsigned int bit instead of bool as a struct member
authorRoi Dayan <roid@mellanox.com>
Wed, 27 Feb 2019 07:58:26 +0000 (09:58 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 1 Mar 2019 20:04:15 +0000 (12:04 -0800)
commitbb19ad0d8d493e20f6abe615c5e5d00daa9735d7
treef40b18482ede50958271dd650fa58778c99abfb1
parent0ad060ee9c8fcf15aa9aa03965276a278247f87e
net/mlx5: Use unsigned int bit instead of bool as a struct member

This fix checkpatch check
CHECK: Avoid using bool structure members because of possible alignment
issues

Signed-off-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/lag.c