From: Jaswinder Singh Rajput Subject: [PATCH] net: fix htmldocs sunrpc, clnt.c Date: Thu, 24 Sep 2009 17:49:41 +0530 Message-ID: <1253794781.5860.29.camel__36563.7423856699$1253794854$gmane$org@ht.satnam> Mime-Version: 1.0 Content-Type: text/plain To: Ricardo Labiaga , Benny Halevy , Andy Adamson , Trond Myklebust , Randy Dunlap Received: from hera.kernel.org ([140.211.167.34]:46746 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751386AbZIXMT7 (ORCPT ); Thu, 24 Sep 2009 08:19:59 -0400 Sender: linux-nfs-owner@vger.kernel.org List-ID: 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 Cc: Ricardo Labiaga Cc: Benny Halevy Cc: Andy Adamson Cc: Trond Myklebust Cc: Randy Dunlap Cc: David Miller --- net/sunrpc/clnt.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index a417d5a..38829e2 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; -- 1.6.0.6