diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-06-16 16:56:33 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-17 04:31:20 -0700 |
commit | 1d4ac5d5ef9dd965ae211ebe8acbf83dc4d9571b (patch) | |
tree | 3e4add1849b94096a1eaf8f4f541d15aea580720 /drivers/net/phy | |
parent | d77eeb702cba0fa6efaf5689fce8939aa617f410 (diff) | |
download | kernel_samsung_espresso10-1d4ac5d5ef9dd965ae211ebe8acbf83dc4d9571b.zip kernel_samsung_espresso10-1d4ac5d5ef9dd965ae211ebe8acbf83dc4d9571b.tar.gz kernel_samsung_espresso10-1d4ac5d5ef9dd965ae211ebe8acbf83dc4d9571b.tar.bz2 |
phy_device: fix parameter name in kernel-doc
Fix kernel-doc parameter name in phy_device.c.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r-- | drivers/net/phy/phy_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c index a2ece89..eba937c 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) { |