projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f91bd4
)
sunrpc: fix missing kernel-doc
author
Randy Dunlap
<randy.dunlap@oracle.com>
Sun, 27 Apr 2008 05:59:02 +0000
(22:59 -0700)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/sunrpc/xprt.c
b/net/sunrpc/xprt.c
index d5553b8179f91c98a94d98766876b14c1aab0e18..61880cc90e86a0f0f52d30f1b0a7e37bfebb5282 100644
(file)
--- 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)
{