diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-21 17:15:03 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-21 17:15:03 -0800 |
commit | cf005b1d0e34d8c964347331c43de089c674a5a1 (patch) | |
tree | c766e3fec0fa742ec38c2419bce4035e03424425 /net/ipv6 | |
parent | 6c0bce37ffc8f000a516fadf6dee84579c4c8f9b (diff) | |
download | op-kernel-dev-cf005b1d0e34d8c964347331c43de089c674a5a1.zip op-kernel-dev-cf005b1d0e34d8c964347331c43de089c674a5a1.tar.gz |
net: remove redundant argument comments
Remove redundant argument comments in files of net/*
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ip6_tunnel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c index adfcd65..358f001 100644 --- a/net/ipv6/ip6_tunnel.c +++ b/net/ipv6/ip6_tunnel.c @@ -1150,7 +1150,6 @@ static void ip6_tnl_link_config(struct ip6_tnl *t) * ip6_tnl_change - update the tunnel parameters * @t: tunnel to be changed * @p: tunnel configuration parameters - * @active: != 0 if tunnel is ready for use * * Description: * ip6_tnl_change() updates the tunnel parameters |