ipv4: Use less conflicting local var name in change_nexthops() loop macro.
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Jan 2010 09:16:40 +0000 (01:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jan 2010 09:16:40 +0000 (01:16 -0800)
commit71fceff0ea36d5a6cffecb272b8b3970535fe905
treee27c587425862947fa1c63681e19dfa35d270c5f
parent4d0392be21d4710121f855c0caf57d32ffd1ced0
ipv4: Use less conflicting local var name in change_nexthops() loop macro.

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