Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Jeff Garzik
5d12b132 23d9b387

+1 -1
+1 -1
drivers/net/phy/phy_device.c
··· 256 256 /** 257 257 * phy_connect - connect an ethernet device to a PHY device 258 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 260 * @handler: callback function for state change notifications 261 261 * @flags: PHY device's dev_flags 262 262 * @interface: PHY device's interface