net: rxrpc: kerneldoc fixes
authorAndrew Lunn <andrew@lunn.ch>
Sun, 12 Jul 2020 23:15:10 +0000 (01:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jul 2020 00:20:40 +0000 (17:20 -0700)
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>
net/rxrpc/af_rxrpc.c

index 394189b..cd7d0d2 100644 (file)
@@ -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