Skip to content

Commit 9ab6d89

Browse files
chuckleveramschuma-ntap
authored andcommitted
xprtrdma: Correct some documenting comments
Fix kernel-doc warnings in net/sunrpc/xprtrdma/ . net/sunrpc/xprtrdma/verbs.c:1575: warning: No description found for parameter 'count' net/sunrpc/xprtrdma/verbs.c:1575: warning: Excess function parameter 'min_reqs' description in 'rpcrdma_ep_post_extra_recv' net/sunrpc/xprtrdma/backchannel.c:288: warning: No description found for parameter 'r_xprt' net/sunrpc/xprtrdma/backchannel.c:288: warning: Excess function parameter 'xprt' description in 'rpcrdma_bc_receive_call' Signed-off-by: Chuck Lever <[email protected]> Signed-off-by: Anna Schumaker <[email protected]>
1 parent aae2349 commit 9ab6d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

net/sunrpc/xprtrdma/backchannel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ void xprt_rdma_bc_free_rqst(struct rpc_rqst *rqst)
294294

295295
/**
296296
* rpcrdma_bc_receive_call - Handle a backward direction call
297-
* @xprt: transport receiving the call
297+
* @r_xprt: transport receiving the call
298298
* @rep: receive buffer containing the call
299299
*
300300
* Operational assumptions:

net/sunrpc/xprtrdma/verbs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ rpcrdma_ep_post_recv(struct rpcrdma_ia *ia,
15841584
/**
15851585
* rpcrdma_ep_post_extra_recv - Post buffers for incoming backchannel requests
15861586
* @r_xprt: transport associated with these backchannel resources
1587-
* @min_reqs: minimum number of incoming requests expected
1587+
* @count: minimum number of incoming requests expected
15881588
*
15891589
* Returns zero if all requested buffers were posted, or a negative errno.
15901590
*/

0 commit comments

Comments
 (0)