From: David S. Miller Date: Fri, 15 Jan 2010 09:16:40 +0000 (-0800) Subject: ipv4: Use less conflicting local var name in change_nexthops() loop macro. X-Git-Tag: v2.6.34-rc1~233^2~585 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fceff0ea36d5a6cffecb272b8b3970535fe905;p=pandora-kernel.git 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 --- Reading git-diff-tree failed