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:
4d0392b
)
ipv4: Use less conflicting local var name in change_nexthops() loop macro.
author
David S. Miller
<davem@davemloft.net>
Fri, 15 Jan 2010 09:16:40 +0000
(
01:16
-0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 15 Jan 2010 09:16:40 +0000
(
01:16
-0800)
As noticed by H Hartley Sweeten, since change_nexthops() uses 'nh'
as it's iterator variable, it can conflict with other existing
local vars.
Use "nexthop_nh" to avoid the conflict and make it easier to figure
out where this magic variable comes from.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_semantics.c
patch
|
blob
|
history
diff --cc
net/ipv4/fib_semantics.c
Simple merge