From: Eric Dumazet Date: Fri, 6 Dec 2013 05:38:06 +0000 (-0800) Subject: ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward() X-Git-Tag: v3.14-rc1~94^2~607 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c77d8b3be5a7f451035e6487127f58e5f872fa;p=pandora-kernel.git ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward() ip6_forward() runs from softirq context, we can use the SNMP macros assuming this. Use same indentation for all IP6_INC_STATS_BH() calls. Signed-off-by: Eric Dumazet Acked-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed