[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230218-typo-led-set-v1-1-3c35362a2f2d@weissschuh.net>
Date: Sat, 18 Feb 2023 17:21:21 +0000
From: Thomas Weißschuh <linux@...ssschuh.net>
To: Pavel Machek <pavel@....cz>, Lee Jones <lee@...nel.org>,
Johannes Berg <johannes.berg@...el.com>,
Richard Purdie <rpurdie@...ux.intel.com>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-leds@...r.kernel.org, linux-kernel@...r.kernel.org,
Thomas Weißschuh <linux@...ssschuh.net>
Subject: [PATCH] leds: Fix reference to led_set_brightness() in doc
The referenced function led_classdev_brightness_set() never existed.
Fixes: 5ada28bf7675 ("led-class: always implement blinking")
Signed-off-by: Thomas Weißschuh <linux@...ssschuh.net>
---
include/linux/leds.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
---
base-commit: 38f8ccde04a3fa317b51b05e63c3cb57e1641931
change-id: 20230218-typo-led-set-03ef9f1b6f1a
Best regards,
--
Thomas Weißschuh <linux@...ssschuh.net>
Powered by blists - more mailing lists