ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()
authorEric Dumazet <edumazet@google.com>
Fri, 6 Dec 2013 05:38:06 +0000 (21:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Dec 2013 17:51:40 +0000 (12:51 -0500)
commit15c77d8b3be5a7f451035e6487127f58e5f872fa
tree5be3b65935efaca6c7b024276b2dbb38b95c400e
parent22781a5b9cd8aa58908eec8e269643559335f455
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 <edumazet@google.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c