Skip to content

Commit 7144bca

Browse files
rddunlaptorvalds
authored andcommitted
nfs: fix sunrpc/clnt.c kernel-doc warnings
Fix new kernel-doc warnings in clnt.c: Warning(net/sunrpc/clnt.c:561): No description found for parameter 'flavor' Warning(net/sunrpc/clnt.c:561): Excess function parameter 'auth' description in 'rpc_clone_client_set_auth' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Trond Myklebust <Trond.Myklebust@netapp.com> Cc: "J. Bruce Fields" <bfields@fieldses.org> Cc: linux-nfs@vger.kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent ecf02a6 commit 7144bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/sunrpc/clnt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ EXPORT_SYMBOL_GPL(rpc_clone_client);
555555
* rpc_clone_client_set_auth - Clone an RPC client structure and set its auth
556556
*
557557
* @clnt: RPC client whose parameters are copied
558-
* @auth: security flavor for new client
558+
* @flavor: security flavor for new client
559559
*
560560
* Returns a fresh RPC client or an ERR_PTR.
561561
*/

0 commit comments

Comments
 (0)