diff mbox

[resend] nfs: fix sunrpc/clnt.c kernel-doc warnings

Message ID 50EE1583.8060208@infradead.org (mailing list archive)
State New, archived
Headers show

Commit Message

Randy Dunlap Jan. 10, 2013, 1:12 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

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
---
 net/sunrpc/clnt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- lnx-38-rc2.orig/net/sunrpc/clnt.c
+++ lnx-38-rc2/net/sunrpc/clnt.c
@@ -555,7 +555,7 @@  EXPORT_SYMBOL_GPL(rpc_clone_client);
  * rpc_clone_client_set_auth - Clone an RPC client structure and set its auth
  *
  * @clnt: RPC client whose parameters are copied
- * @auth: security flavor for new client
+ * @flavor: security flavor for new client
  *
  * Returns a fresh RPC client or an ERR_PTR.
  */