mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
net: phy: phy_device: Fix PHY LED blinking code comment
Fix copy-paste error in the code comment. The code refers to
LED blinking configuration, not brightness configuration. It
was likely copied from comment above this one which does
refer to brightness configuration.
Fixes: 4e90101843
("net: phy: phy_device: Call into the PHY driver to set LED blinking")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20240626030638.512069-1-marex@denx.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
ffb7aa9fed
commit
d3dcb084c7
@ -1122,7 +1122,7 @@ struct phy_driver {
|
||||
u8 index, enum led_brightness value);
|
||||
|
||||
/**
|
||||
* @led_blink_set: Set a PHY LED brightness. Index indicates
|
||||
* @led_blink_set: Set a PHY LED blinking. Index indicates
|
||||
* which of the PHYs led should be configured to blink. Delays
|
||||
* are in milliseconds and if both are zero then a sensible
|
||||
* default should be chosen. The call should adjust the
|
||||
|
Loading…
Reference in New Issue
Block a user