| Submitter | Randy.Dunlap |
|---|---|
| Date | June 9, 2012, 12:07 a.m. |
| Message ID | <4FD293B7.6080702@xenotime.net> |
| Download | mbox | patch |
| Permalink | /patch/163874/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Randy Dunlap <rdunlap@xenotime.net> Date: Fri, 08 Jun 2012 17:07:19 -0700 > From: Randy Dunlap <rdunlap@xenotime.net> > > Fix kernel-doc warnings in drivers/net/phy: > > Warning(drivers/net/phy/mdio_bus.c:109): No description found for parameter 'mdio_bus_np' > Warning(drivers/net/phy/mdio_bus.c:109): Excess function parameter 'mdio_np' description in 'of_mdio_find_bus' > > Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Applied. -- 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
--- lnx-35-rc1.orig/drivers/net/phy/mdio_bus.c +++ lnx-35-rc1/drivers/net/phy/mdio_bus.c @@ -96,7 +96,7 @@ static int of_mdio_bus_match(struct devi } /** * of_mdio_find_bus - Given an mii_bus node, find the mii_bus. - * @mdio_np: Pointer to the mii_bus. + * @mdio_bus_np: Pointer to the mii_bus. * * Returns a pointer to the mii_bus, or NULL if none found. *