Skip to content
Commit 4ccce02e authored by Benjamin Poirier's avatar Benjamin Poirier Committed by David S. Miller
Browse files

netdevice: Add missing parentheses in macro



For example, one could conceivably call
	for_each_netdev_in_bond_rcu(condition ? bond1 : bond2, slave)
and get an unexpected result.

Signed-off-by: default avatarBenjamin Poirier <bpoirier@suse.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d92cfdbb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment