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 <jaswinderrajput@gmail.com>
Cc: Ricardo Labiaga <Ricardo.Labiaga@netapp.com>
Cc: Benny Halevy <bhalevy@panasas.com>
Cc: Andy Adamson <andros@netapp.com>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jaswinder Singh Rajput and committed by
David S. Miller
0c01695d 18a1166d

+3 -2
+3 -2
net/sunrpc/clnt.c
··· 640 640 /** 641 641 * rpc_run_bc_task - Allocate a new RPC task for backchannel use, then run 642 642 * rpc_execute against it 643 - * @ops: RPC call ops 643 + * @req: RPC request 644 + * @tk_ops: RPC call ops 644 645 */ 645 646 struct rpc_task *rpc_run_bc_task(struct rpc_rqst *req, 646 - const struct rpc_call_ops *tk_ops) 647 + const struct rpc_call_ops *tk_ops) 647 648 { 648 649 struct rpc_task *task; 649 650 struct xdr_buf *xbufp = &req->rq_snd_buf;