diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2018-12-19 11:00:22 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2019-01-02 12:05:18 -0500 |
commit | acf0a39f4f277d0cb7178be5ec8a808c6c2bcd9c (patch) | |
tree | 582bf0758ee7565f68913cfb05a1d2c605ec2f04 /net/sunrpc/xprtsock.c | |
parent | dc5820bd21d84ee34770b0a1e2fca9378f8f7456 (diff) |
SUNRPC: Fix some kernel doc complaints
Clean up some warnings observed when building with "make W=1".
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net/sunrpc/xprtsock.c')
-rw-r--r-- | net/sunrpc/xprtsock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c index a6870d3cb121..bd64d5a776a3 100644 --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c | |||
@@ -1596,6 +1596,7 @@ static void xs_udp_set_buffer_size(struct rpc_xprt *xprt, size_t sndsize, size_t | |||
1596 | 1596 | ||
1597 | /** | 1597 | /** |
1598 | * xs_udp_timer - called when a retransmit timeout occurs on a UDP transport | 1598 | * xs_udp_timer - called when a retransmit timeout occurs on a UDP transport |
1599 | * @xprt: controlling transport | ||
1599 | * @task: task that timed out | 1600 | * @task: task that timed out |
1600 | * | 1601 | * |
1601 | * Adjust the congestion window after a retransmit timeout has occurred. | 1602 | * Adjust the congestion window after a retransmit timeout has occurred. |
@@ -2253,6 +2254,7 @@ out: | |||
2253 | 2254 | ||
2254 | /** | 2255 | /** |
2255 | * xs_tcp_setup_socket - create a TCP socket and connect to a remote endpoint | 2256 | * xs_tcp_setup_socket - create a TCP socket and connect to a remote endpoint |
2257 | * @work: queued work item | ||
2256 | * | 2258 | * |
2257 | * Invoked by a work queue tasklet. | 2259 | * Invoked by a work queue tasklet. |
2258 | */ | 2260 | */ |