Re: [PATCH net-next] bonding: Remove extraneous parentheses in bond_setup

2020-06-26 Thread David Miller
From: Nathan Chancellor Date: Thu, 25 Jun 2020 21:10:02 -0700 > Clang warns: > > drivers/net/bonding/bond_main.c:4657:23: warning: equality comparison > with extraneous parentheses [-Wparentheses-equality] > if ((BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP)) >

Re: [PATCH net-next] bonding: Remove extraneous parentheses in bond_setup

2020-06-26 Thread Nick Desaulniers
On Thu, Jun 25, 2020 at 9:10 PM Nathan Chancellor wrote: > > Clang warns: > > drivers/net/bonding/bond_main.c:4657:23: warning: equality comparison > with extraneous parentheses [-Wparentheses-equality] > if ((BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP)) > ^

[PATCH net-next] bonding: Remove extraneous parentheses in bond_setup

2020-06-25 Thread Nathan Chancellor
Clang warns: drivers/net/bonding/bond_main.c:4657:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP)) ^ drivers/net/bonding/bond_main.c:4681:23: warning: