| Submitter | Randy Dunlap |
|---|---|
| Date | Oct. 13, 2008, 4:15 p.m. |
| Message ID | <20081013091505.61177f48.randy.dunlap@oracle.com> |
| Download | mbox | patch |
| Permalink | /patch/4283/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
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. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- 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.