diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-04-28 13:58:22 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-29 01:55:55 -0400 |
commit | 5d12b132bc0bfb10d3f8d81f92606719b5032dcb (patch) | |
tree | dc40df0096ae5ae3da8c8bc9d9feb2287cfb36b8 /drivers | |
parent | 23d9b3871fa03af32d06f4946f8d56b1af55997b (diff) |
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>
Diffstat (limited to 'drivers')
-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 ddf8d51832a6..ac3c01d28fdf 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_device.c | |||
@@ -256,7 +256,7 @@ void phy_prepare_link(struct phy_device *phydev, | |||
256 | /** | 256 | /** |
257 | * phy_connect - connect an ethernet device to a PHY device | 257 | * phy_connect - connect an ethernet device to a PHY device |
258 | * @dev: the network device to connect | 258 | * @dev: the network device to connect |
259 | * @phy_id: the PHY device to connect | 259 | * @bus_id: the id string of the PHY device to connect |
260 | * @handler: callback function for state change notifications | 260 | * @handler: callback function for state change notifications |
261 | * @flags: PHY device's dev_flags | 261 | * @flags: PHY device's dev_flags |
262 | * @interface: PHY device's interface | 262 | * @interface: PHY device's interface |