linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 9/14] kernel-doc: fix new warning in net/phy/mdio_bus.c
@ 2012-01-21 19:03 Randy Dunlap
  2012-01-22 19:25 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2012-01-21 19:03 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Linus Torvalds, Netdev, David Miller

From: Randy Dunlap <rdunlap@xenotime.net>

Fix new kernel-doc warning:

Warning(drivers/net/phy/mdio_bus.c:49): No description found for parameter 'size'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 drivers/net/phy/mdio_bus.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

--- lnx-33-rc1.orig/drivers/net/phy/mdio_bus.c
+++ lnx-33-rc1/drivers/net/phy/mdio_bus.c
@@ -38,12 +38,11 @@
 
 /**
  * mdiobus_alloc_size - allocate a mii_bus structure
+ * @size: extra amount of memory to allocate for private storage.
+ * If non-zero, then bus->priv is points to that memory.
  *
  * Description: called by a bus driver to allocate an mii_bus
  * structure to fill in.
- *
- * 'size' is an an extra amount of memory to allocate for private storage.
- * If non-zero, then bus->priv is points to that memory.
  */
 struct mii_bus *mdiobus_alloc_size(size_t size)
 {

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

* Re: [PATCH 9/14] kernel-doc: fix new warning in net/phy/mdio_bus.c
  2012-01-21 19:03 [PATCH 9/14] kernel-doc: fix new warning in net/phy/mdio_bus.c Randy Dunlap
@ 2012-01-22 19:25 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-01-22 19:25 UTC (permalink / raw)
  To: rdunlap; +Cc: linux-kernel, torvalds, netdev

From: Randy Dunlap <rdunlap@xenotime.net>
Date: Sat, 21 Jan 2012 11:03:04 -0800

> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> Fix new kernel-doc warning:
> 
> Warning(drivers/net/phy/mdio_bus.c:49): No description found for parameter 'size'
> 
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>

Applied.

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

end of thread, other threads:[~2012-01-22 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-21 19:03 [PATCH 9/14] kernel-doc: fix new warning in net/phy/mdio_bus.c Randy Dunlap
2012-01-22 19:25 ` 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).