aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <[email protected]>2009-09-24 02:19:41 +0000
committerDavid S. Miller <[email protected]>2009-09-24 15:39:14 -0700
commit0c01695dabe508ecf3a619c36f0918e8d24c0d05 (patch)
tree2e0696cc842dc1ffbb1f0863a92381d6f72d70f8
parent18a1166de994685d770425086b2bcc1ba567f7ed (diff)
net: fix htmldocs sunrpc, clnt.c
DOCPROC Documentation/DocBook/networking.xml Warning(net/sunrpc/clnt.c:647): No description found for parameter 'req' Warning(net/sunrpc/clnt.c:647): No description found for parameter 'tk_ops' Warning(net/sunrpc/clnt.c:647): Excess function parameter 'ops' description in 'rpc_run_bc_task' Signed-off-by: Jaswinder Singh Rajput <[email protected]> Cc: Ricardo Labiaga <[email protected]> Cc: Benny Halevy <[email protected]> Cc: Andy Adamson <[email protected]> Cc: Trond Myklebust <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: David Miller <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--net/sunrpc/clnt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index a417d5ab5dd7..38829e20500b 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -640,10 +640,11 @@ 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: 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)
+ const struct rpc_call_ops *tk_ops)
{
struct rpc_task *task;
struct xdr_buf *xbufp = &req->rq_snd_buf;