diff options
-rw-r--r-- | net/sunrpc/auth_gss/gss_mech_switch.c | 2 | ||||
-rw-r--r-- | net/sunrpc/backchannel_rqst.c | 2 | ||||
-rw-r--r-- | net/sunrpc/xprtmultipath.c | 4 | ||||
-rw-r--r-- | net/sunrpc/xprtsock.c | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/net/sunrpc/auth_gss/gss_mech_switch.c b/net/sunrpc/auth_gss/gss_mech_switch.c index 16ac0f4cb7d8..379318dff534 100644 --- a/net/sunrpc/auth_gss/gss_mech_switch.c +++ b/net/sunrpc/auth_gss/gss_mech_switch.c | |||
@@ -244,7 +244,7 @@ gss_mech_get_by_pseudoflavor(u32 pseudoflavor) | |||
244 | 244 | ||
245 | /** | 245 | /** |
246 | * gss_mech_list_pseudoflavors - Discover registered GSS pseudoflavors | 246 | * gss_mech_list_pseudoflavors - Discover registered GSS pseudoflavors |
247 | * @array: array to fill in | 247 | * @array_ptr: array to fill in |
248 | * @size: size of "array" | 248 | * @size: size of "array" |
249 | * | 249 | * |
250 | * Returns the number of array items filled in, or a negative errno. | 250 | * Returns the number of array items filled in, or a negative errno. |
diff --git a/net/sunrpc/backchannel_rqst.c b/net/sunrpc/backchannel_rqst.c index fa5ba6ed3197..ec451b8114b0 100644 --- a/net/sunrpc/backchannel_rqst.c +++ b/net/sunrpc/backchannel_rqst.c | |||
@@ -197,7 +197,7 @@ out_free: | |||
197 | /** | 197 | /** |
198 | * xprt_destroy_backchannel - Destroys the backchannel preallocated structures. | 198 | * xprt_destroy_backchannel - Destroys the backchannel preallocated structures. |
199 | * @xprt: the transport holding the preallocated strucures | 199 | * @xprt: the transport holding the preallocated strucures |
200 | * @max_reqs the maximum number of preallocated structures to destroy | 200 | * @max_reqs: the maximum number of preallocated structures to destroy |
201 | * | 201 | * |
202 | * Since these structures may have been allocated by multiple calls | 202 | * Since these structures may have been allocated by multiple calls |
203 | * to xprt_setup_backchannel, we only destroy up to the maximum number | 203 | * to xprt_setup_backchannel, we only destroy up to the maximum number |
diff --git a/net/sunrpc/xprtmultipath.c b/net/sunrpc/xprtmultipath.c index e2d64c7138c3..8394124126f8 100644 --- a/net/sunrpc/xprtmultipath.c +++ b/net/sunrpc/xprtmultipath.c | |||
@@ -383,7 +383,7 @@ void xprt_iter_init_listall(struct rpc_xprt_iter *xpi, | |||
383 | /** | 383 | /** |
384 | * xprt_iter_xchg_switch - Atomically swap out the rpc_xprt_switch | 384 | * xprt_iter_xchg_switch - Atomically swap out the rpc_xprt_switch |
385 | * @xpi: pointer to rpc_xprt_iter | 385 | * @xpi: pointer to rpc_xprt_iter |
386 | * @xps: pointer to a new rpc_xprt_switch or NULL | 386 | * @newswitch: pointer to a new rpc_xprt_switch or NULL |
387 | * | 387 | * |
388 | * Swaps out the existing xpi->xpi_xpswitch with a new value. | 388 | * Swaps out the existing xpi->xpi_xpswitch with a new value. |
389 | */ | 389 | */ |
@@ -401,7 +401,7 @@ struct rpc_xprt_switch *xprt_iter_xchg_switch(struct rpc_xprt_iter *xpi, | |||
401 | 401 | ||
402 | /** | 402 | /** |
403 | * xprt_iter_destroy - Destroys the xprt iterator | 403 | * xprt_iter_destroy - Destroys the xprt iterator |
404 | * @xpi pointer to rpc_xprt_iter | 404 | * @xpi: pointer to rpc_xprt_iter |
405 | */ | 405 | */ |
406 | void xprt_iter_destroy(struct rpc_xprt_iter *xpi) | 406 | void xprt_iter_destroy(struct rpc_xprt_iter *xpi) |
407 | { | 407 | { |
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 | */ |