diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-13 02:15:03 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-14 03:20:39 +0300 |
commit | b51cd7c834dba0ec9300337e16e5aa5bf65bd04c (patch) | |
tree | 28987667a17c4f015385cc926bf8a816c9149212 /net/ipv6/exthdrs.c | |
parent | 3628e3cbf9edc8381961394ccd6fb0bf049fdb69 (diff) | |
download | linux-b51cd7c834dba0ec9300337e16e5aa5bf65bd04c.tar.xz |
net: ipv6: kerneldoc fixes
Simple fixes which require no deep knowledge of the code.
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/exthdrs.c')
-rw-r--r-- | net/ipv6/exthdrs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c index e9b366994475..374105e4394f 100644 --- a/net/ipv6/exthdrs.c +++ b/net/ipv6/exthdrs.c @@ -1232,7 +1232,6 @@ static void ipv6_renew_option(int renewtype, * @opt: original options * @newtype: option type to replace in @opt * @newopt: new option of type @newtype to replace (user-mem) - * @newoptlen: length of @newopt * * Returns a new set of options which is a copy of @opt with the * option type @newtype replaced with @newopt. |