All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: xprt.c: htmldocs warning correction
@ 2011-07-29 17:11 Vitaliy Ivanov
  2011-07-29 17:15 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Vitaliy Ivanov @ 2011-07-29 17:11 UTC (permalink / raw)
  To: David Miller, Trond Myklebust; +Cc: vitalivanov, LKML

Add description for parameter 'xprt'.

Warning(/net/sunrpc/xprt.c:196): No description found for parameter 'xprt'

Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>
---
 net/sunrpc/xprt.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c
index 9b6a4d1..366b5f4 100644
--- a/net/sunrpc/xprt.c
+++ b/net/sunrpc/xprt.c
@@ -186,6 +186,7 @@ EXPORT_SYMBOL_GPL(xprt_load_transport);
 
 /**
  * xprt_reserve_xprt - serialize write access to transports
+ * @xprt: transport with waiting tasks
  * @task: task that is requesting access to the transport
  *
  * This prevents mixing the payload of separate requests, and prevents
-- 
1.7.6.347.g4db0d




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-29 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 17:11 [PATCH] net: xprt.c: htmldocs warning correction Vitaliy Ivanov
2011-07-29 17:15 ` David Miller
2011-07-29 17:19   ` Vitaliy Ivanov
2011-07-29 17:28     ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.