diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-13 01:15:10 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-13 17:20:40 -0700 |
commit | 76f2fe73c5b888fd009aa16efad9a6b563a1aa1f (patch) | |
tree | 0201badcbda29cf3a0834fa5521b461bfa80ba29 /net/rxrpc/af_rxrpc.c | |
parent | 966785142342f473015f92be9e62554a29105599 (diff) | |
download | linux-76f2fe73c5b888fd009aa16efad9a6b563a1aa1f.tar.gz linux-76f2fe73c5b888fd009aa16efad9a6b563a1aa1f.tar.bz2 linux-76f2fe73c5b888fd009aa16efad9a6b563a1aa1f.zip |
net: rxrpc: kerneldoc fixes
Simple fixes which require no deep knowledge of the code.
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc/af_rxrpc.c')
-rw-r--r-- | net/rxrpc/af_rxrpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/af_rxrpc.c b/net/rxrpc/af_rxrpc.c index 394189b81849..cd7d0d204c74 100644 --- a/net/rxrpc/af_rxrpc.c +++ b/net/rxrpc/af_rxrpc.c @@ -267,7 +267,7 @@ static int rxrpc_listen(struct socket *sock, int backlog) * @gfp: The allocation constraints * @notify_rx: Where to send notifications instead of socket queue * @upgrade: Request service upgrade for call - * @intr: The call is interruptible + * @interruptibility: The call is interruptible, or can be canceled. * @debug_id: The debug ID for tracing to be assigned to the call * * Allow a kernel service to begin a call on the nominated socket. This just |