Skip to content

Commit 8345657

Browse files
Wolfram Sangkuba-moo
authored andcommitted
net: phy: update obsolete comment about PHY_STARTING
Commit 899a3cb ("net: phy: remove states PHY_STARTING and PHY_PENDING") missed to update a comment in phy_probe. Remove superfluous "Description:" prefix while we are here. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Heiner Kallweit <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 0384d05 commit 8345657

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/net/phy/phy_device.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,9 +3076,7 @@ EXPORT_SYMBOL_GPL(fwnode_get_phy_node);
30763076
* phy_probe - probe and init a PHY device
30773077
* @dev: device to probe and init
30783078
*
3079-
* Description: Take care of setting up the phy_device structure,
3080-
* set the state to READY (the driver's init function should
3081-
* set it to STARTING if needed).
3079+
* Take care of setting up the phy_device structure, set the state to READY.
30823080
*/
30833081
static int phy_probe(struct device *dev)
30843082
{

0 commit comments

Comments
 (0)