public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sunrpc: fix missing kernel-doc
@ 2009-06-24 17:53 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2009-06-24 17:53 UTC (permalink / raw)
  To: linux-nfs; +Cc: J. Bruce Fields, Neil Brown, Trond Myklebust, David Miller

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix sunrpc kernel-doc warnings:

Warning(net/sunrpc/clnt.c:629): No description found for parameter 'req'
Warning(net/sunrpc/clnt.c:629): No description found for parameter 'tk_ops'
Warning(net/sunrpc/clnt.c:629): Excess function parameter 'ops' description in 'rpc_run_bc_task'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 net/sunrpc/clnt.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- linux-2.6.30-git22.orig/net/sunrpc/clnt.c
+++ linux-2.6.30-git22/net/sunrpc/clnt.c
@@ -622,7 +622,8 @@ EXPORT_SYMBOL_GPL(rpc_call_async);
 /**
  * rpc_run_bc_task - Allocate a new RPC task for backchannel use, then run
  * rpc_execute against it
- * @ops: RPC call ops
+ * @req: the RPC request
+ * @tk_ops: RPC call ops
  */
 struct rpc_task *rpc_run_bc_task(struct rpc_rqst *req,
 					const struct rpc_call_ops *tk_ops)



-- 
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-24 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24 17:53 [PATCH] sunrpc: fix missing kernel-doc Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox