From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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/ -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html