* [PATCH] net/phy: add missing kernel-doc
@ 2008-10-13 16:15 Randy Dunlap
2008-10-14 1:46 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-10-13 16:15 UTC (permalink / raw)
To: netdev; +Cc: jgarzik
From: Randy Dunlap <randy.dunlap@oracle.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@oracle.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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] net/phy: add missing kernel-doc
2008-10-13 16:15 [PATCH] net/phy: add missing kernel-doc Randy Dunlap
@ 2008-10-14 1:46 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-10-14 1:46 UTC (permalink / raw)
To: randy.dunlap; +Cc: netdev, jgarzik
From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Mon, 13 Oct 2008 09:15:05 -0700
> From: Randy Dunlap <randy.dunlap@oracle.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@oracle.com>
Applied, thanks Randy.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-14 1:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 16:15 [PATCH] net/phy: add missing kernel-doc Randy Dunlap
2008-10-14 1:46 ` 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).