Archived
14
0
Fork 0

drivers/net/phy: fix kernel-doc notation

Fix kernel-doc warning:
Warning(linux-2.6.25-git11//drivers/net/phy/phy_device.c:275): No
description found for parameter 'bus_id'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
Randy Dunlap 2008-04-28 10:58:22 -07:00 committed by Jeff Garzik
parent 23d9b3871f
commit 5d12b132bc

View file

@ -256,7 +256,7 @@ void phy_prepare_link(struct phy_device *phydev,
/** /**
* phy_connect - connect an ethernet device to a PHY device * phy_connect - connect an ethernet device to a PHY device
* @dev: the network device to connect * @dev: the network device to connect
* @phy_id: the PHY device to connect * @bus_id: the id string of the PHY device to connect
* @handler: callback function for state change notifications * @handler: callback function for state change notifications
* @flags: PHY device's dev_flags * @flags: PHY device's dev_flags
* @interface: PHY device's interface * @interface: PHY device's interface