netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] phy_device: fix parameter name in kernel-doc
@ 2009-06-17  2:56 Randy Dunlap
  2009-06-17 11:32 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-06-17  2:56 UTC (permalink / raw)
  To: netdev, David Miller

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kernel-doc parameter name in phy_device.c.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/net/phy/phy_device.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.30-git10.orig/drivers/net/phy/phy_device.c
+++ linux-2.6.30-git10/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)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-17 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17  2:56 [PATCH] phy_device: fix parameter name in kernel-doc Randy Dunlap
2009-06-17 11:32 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).