From: Randy Dunlap Date: Tue, 16 Jun 2009 16:56:33 +0000 (+0000) Subject: phy_device: fix parameter name in kernel-doc X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1d4ac5d5ef9dd965ae211ebe8acbf83dc4d9571b;p=linux-beck.git phy_device: fix parameter name in kernel-doc Fix kernel-doc parameter name in phy_device.c. Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c index a2ece89622d6..eba937c46376 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_device.c @@ -244,7 +244,7 @@ EXPORT_SYMBOL(get_phy_device); /** * phy_device_register - Register the phy device on the MDIO bus - * @phy_device: phy_device structure to be added to the MDIO bus + * @phydev: phy_device structure to be added to the MDIO bus */ int phy_device_register(struct phy_device *phydev) {