Message ID | 20230218-typo-led-set-v1-1-3c35362a2f2d@weissschuh.net |
---|---|
State | New |
Headers | show |
Series | leds: Fix reference to led_set_brightness() in doc | expand |
On Sat, 18 Feb 2023, Thomas Weißschuh wrote: > The referenced function led_classdev_brightness_set() never existed. > > Fixes: 5ada28bf7675 ("led-class: always implement blinking") > Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> > --- > include/linux/leds.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks
diff --git a/include/linux/leds.h b/include/linux/leds.h index ba4861ec73d3..228acdb52fe2 100644 --- a/include/linux/leds.h +++ b/include/linux/leds.h @@ -229,7 +229,7 @@ struct led_classdev *__must_check devm_of_led_get(struct device *dev, * * Note that if software blinking is active, simply calling * led_cdev->brightness_set() will not stop the blinking, - * use led_classdev_brightness_set() instead. + * use led_set_brightness() instead. */ void led_blink_set(struct led_classdev *led_cdev, unsigned long *delay_on, unsigned long *delay_off);
The referenced function led_classdev_brightness_set() never existed. Fixes: 5ada28bf7675 ("led-class: always implement blinking") Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> --- include/linux/leds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 38f8ccde04a3fa317b51b05e63c3cb57e1641931 change-id: 20230218-typo-led-set-03ef9f1b6f1a Best regards,