diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-13 02:15:04 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-14 03:20:39 +0300 |
commit | 74c950c966c180c599d0af3043ab8959e74493d5 (patch) | |
tree | afe4c0017230c9fd27e29e713a5c1e29dd46f208 /net/llc/af_llc.c | |
parent | b51cd7c834dba0ec9300337e16e5aa5bf65bd04c (diff) | |
download | linux-74c950c966c180c599d0af3043ab8959e74493d5.tar.xz |
net: llc: kerneldoc fixes
Simple fixes which require no deep knowledge of the code.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/llc/af_llc.c')
-rw-r--r-- | net/llc/af_llc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c index 6e53e43c1907..6140a3e46c26 100644 --- a/net/llc/af_llc.c +++ b/net/llc/af_llc.c @@ -984,7 +984,6 @@ out: * llc_ui_getname - return the address info of a socket * @sock: Socket to get address of. * @uaddr: Address structure to return information. - * @uaddrlen: Length of address structure. * @peer: Does user want local or remote address information. * * Return the address information of a socket. |