commit | 71fceff0ea36d5a6cffecb272b8b3970535fe905 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jan 15 01:16:40 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 15 01:16:40 2010 -0800 |
tree | e27c587425862947fa1c63681e19dfa35d270c5f | |
parent | 4d0392be21d4710121f855c0caf57d32ffd1ced0 [diff] |
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>