netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/core/dev.c: fix kernel-doc warning
@ 2012-08-19  0:36 Randy Dunlap
  2012-08-20 10:01 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2012-08-19  0:36 UTC (permalink / raw)
  To: netdev, David Miller

From: Randy Dunlap <rdunlap@xenotime.net>

Fix kernel-doc warning:

Warning(net/core/dev.c:5745): No description found for parameter 'dev'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc:	"David S. Miller" <davem@davemloft.net>
Cc:	netdev@vger.kernel.org
---
 net/core/dev.c |    1 +
 1 file changed, 1 insertion(+)

--- lnx-36-rc2.orig/net/core/dev.c
+++ lnx-36-rc2/net/core/dev.c
@@ -5732,6 +5732,7 @@ EXPORT_SYMBOL(netdev_refcnt_read);
 
 /**
  * netdev_wait_allrefs - wait until all references are gone.
+ * @dev: target net_device
  *
  * This is called when unregistering network devices.
  *

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

* Re: [PATCH] net/core/dev.c: fix kernel-doc warning
  2012-08-19  0:36 [PATCH] net/core/dev.c: fix kernel-doc warning Randy Dunlap
@ 2012-08-20 10:01 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-08-20 10:01 UTC (permalink / raw)
  To: rdunlap; +Cc: netdev

From: Randy Dunlap <rdunlap@xenotime.net>
Date: Sat, 18 Aug 2012 17:36:44 -0700

> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> Fix kernel-doc warning:
> 
> Warning(net/core/dev.c:5745): No description found for parameter 'dev'
> 
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>

Applied, thanks.

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

end of thread, other threads:[~2012-08-20 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19  0:36 [PATCH] net/core/dev.c: fix kernel-doc warning Randy Dunlap
2012-08-20 10:01 ` 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).