[PATCH] net: xprt.c: htmldocs warning correction

From: Vitaliy Ivanov
Date: Fri Jul 29 2011 - 13:11:28 EST


Add description for parameter 'xprt'.

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

Signed-off-by: Vitaliy Ivanov <vitalivanov@xxxxxxxxx>
---
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



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/