[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110728095436.6fdb3eb4.rdunlap@xenotime.net>
Date: Thu, 28 Jul 2011 09:54:36 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: netdev <netdev@...r.kernel.org>
Cc: davem@...emloft.net
Subject: [PATCH] net: fix new sunrpc kernel-doc warning
From: Randy Dunlap <rdunlap@...otime.net>
Fix new kernel-doc warning in sunrpc:
Warning(net/sunrpc/xprt.c:196): No description found for parameter 'xprt'
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
net/sunrpc/xprt.c | 1 +
1 file changed, 1 insertion(+)
--- linux-3.0-git10.orig/net/sunrpc/xprt.c
+++ linux-3.0-git10/net/sunrpc/xprt.c
@@ -187,6 +187,7 @@ EXPORT_SYMBOL_GPL(xprt_load_transport);
/**
* xprt_reserve_xprt - serialize write access to transports
* @task: task that is requesting access to the transport
+ * @xprt: pointer to the target transport
*
* This prevents mixing the payload of separate requests, and prevents
* transport connects from colliding with writes. No congestion control
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists