]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sunrpc: fix missing kernel-doc
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 27 Apr 2008 05:59:02 +0000 (22:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Apr 2008 21:26:52 +0000 (14:26 -0700)
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 <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sunrpc/xprt.c

index d5553b8179f91c98a94d98766876b14c1aab0e18..61880cc90e86a0f0f52d30f1b0a7e37bfebb5282 100644 (file)
@@ -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)
 {