Skip to content

Commit

Permalink
phy_device: fix parameter name in kernel-doc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rddunlap authored and davem330 committed Jun 17, 2009
1 parent d77eeb7 commit 1d4ac5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/phy_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1d4ac5d

Please sign in to comment.