netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: fix new sunrpc kernel-doc warning
@ 2011-07-28 16:54 Randy Dunlap
  2011-07-29  1:20 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2011-07-28 16:54 UTC (permalink / raw)
  To: netdev; +Cc: davem

From: Randy Dunlap <rdunlap@xenotime.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@xenotime.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

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

* Re: [PATCH] net: fix new sunrpc kernel-doc warning
  2011-07-28 16:54 [PATCH] net: fix new sunrpc kernel-doc warning Randy Dunlap
@ 2011-07-29  1:20 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-07-29  1:20 UTC (permalink / raw)
  To: rdunlap; +Cc: netdev

From: Randy Dunlap <rdunlap@xenotime.net>
Date: Thu, 28 Jul 2011 09:54:36 -0700

> From: Randy Dunlap <rdunlap@xenotime.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@xenotime.net>

Applied.

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-28 16:54 [PATCH] net: fix new sunrpc kernel-doc warning Randy Dunlap
2011-07-29  1:20 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).