]> git.baikalelectronics.ru Git - kernel.git/commit
net: unify for_each_ip_tunnel_rcu()
authorAmerigo Wang <amwang@redhat.com>
Sun, 11 Nov 2012 21:52:34 +0000 (21:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Nov 2012 23:49:50 +0000 (18:49 -0500)
commitbd61caaca59a0d80a9fb35378da9478be910243e
tree38ef29e21c125dcb9f8fd75749416e4839c84469
parente8673c1cc9d6d4a720689a221379c72e5cc01fa3
net: unify for_each_ip_tunnel_rcu()

The defitions of for_each_ip_tunnel_rcu() are same,
so unify it. Also, don't hide the parameter 't'.

Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_tunnel.h
net/ipv4/ip_gre.c
net/ipv4/ip_vti.c
net/ipv4/ipip.c
net/ipv6/ip6_gre.c
net/ipv6/sit.c