git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92cfdb
)
netdevice: Add missing parentheses in macro
author
Benjamin Poirier
<bpoirier@suse.de>
Wed, 14 Jan 2015 07:52:35 +0000
(16:52 +0900)
committer
David S. Miller
<davem@davemloft.net>
Wed, 14 Jan 2015 21:34:41 +0000
(16:34 -0500)
For example, one could conceivably call
for_each_netdev_in_bond_rcu(condition ? bond1 : bond2, slave)
and get an unexpected result.
Signed-off-by: Benjamin Poirier <bpoirier@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
patch
|
blob
|
history
diff --cc
include/linux/netdevice.h
Simple merge