]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite086cadc08e259150b2ab8f7f4a16dbf9e3c2f22
tree38ef29e21c125dcb9f8fd75749416e4839c84469
parentaa0010f880ab542da3ad0e72992f2dc518ac68a0
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