From: Randy Dunlap Date: Sun, 27 Apr 2008 05:59:02 +0000 (-0700) Subject: sunrpc: fix missing kernel-doc X-Git-Tag: v2.6.26-rc1~715^2~5 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b80ae4201e5128e16e5161825f5cd377a5d1fee;p=linux-2.6-omap-h63xx.git sunrpc: fix missing kernel-doc Fix missing sunrpc kernel-doc: Warning(linux-2.6.25-git7//net/sunrpc/xprt.c:451): No description found for parameter 'action' Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c index d5553b8179f..61880cc90e8 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c @@ -445,7 +445,7 @@ EXPORT_SYMBOL_GPL(xprt_wake_pending_tasks); /** * xprt_wait_for_buffer_space - wait for transport output buffer to clear * @task: task to be put to sleep - * + * @action: function pointer to be executed after wait */ void xprt_wait_for_buffer_space(struct rpc_task *task) {