[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081013091505.61177f48.randy.dunlap@oracle.com>
Date: Mon, 13 Oct 2008 09:15:05 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: netdev <netdev@...r.kernel.org>
Cc: jgarzik <jgarzik@...ox.com>
Subject: [PATCH] net/phy: add missing kernel-doc
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix kernel-doc warning, missing description:
Warning(lin2627-g3-kdocfixes//drivers/net/phy/mdio_bus.c:63): No description found for parameter 'd'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/net/phy/mdio_bus.c | 1 +
1 file changed, 1 insertion(+)
--- lin2627-g3-kdocfixes.orig/drivers/net/phy/mdio_bus.c
+++ lin2627-g3-kdocfixes/drivers/net/phy/mdio_bus.c
@@ -55,6 +55,7 @@ EXPORT_SYMBOL(mdiobus_alloc);
/**
* mdiobus_release - mii_bus device release callback
+ * @d: the target struct device that contains the mii_bus
*
* Description: called when the last reference to an mii_bus is
* dropped, to free the underlying memory.
--
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