projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d77eeb7
)
phy_device: fix parameter name in kernel-doc
author
Randy Dunlap
<randy.dunlap@oracle.com>
Tue, 16 Jun 2009 16:56:33 +0000
(16:56 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 17 Jun 2009 11:31:20 +0000
(
04:31
-0700)
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>
drivers/net/phy/phy_device.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/phy_device.c
b/drivers/net/phy/phy_device.c
index a2ece89622d64ceb82c99bf55199e9765d7d661c..eba937c463767fd1e07ea2425db0a17165e263ab 100644
(file)
--- 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
+ * @phy
dev
: phy_device structure to be added to the MDIO bus
*/
int phy_device_register(struct phy_device *phydev)
{