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/xprtmultipath.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/xprtmultipath.c')
-rw-r--r-- | net/sunrpc/xprtmultipath.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 | { |