diff options
author | Richard Leitner <richard.leitner@linux.dev> | 2025-06-17 09:31:37 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-06-19 10:37:06 +0100 |
commit | 6012ce6b30567aa8ec8dc5b648b7841f9f74ca7c (patch) | |
tree | fb318b9f234393da86be5908fddae6b525896c51 | |
parent | 3bc1740d3157c9a9d30614371400f490dbbffd62 (diff) |
leds: led-class-flash:: Fix flash_timeout comment
The comment for the flash_timeout setter mentioned it is the "flash
duration". Fix this by changing it to "flash timeout".
Signed-off-by: Richard Leitner <richard.leitner@linux.dev>
Link: https://lore.kernel.org/r/20250617-ov9282-flash-strobe-v5-3-9762da74d065@linux.dev
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | include/linux/led-class-flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/led-class-flash.h b/include/linux/led-class-flash.h index 21ec856c36bc..775a96217518 100644 --- a/include/linux/led-class-flash.h +++ b/include/linux/led-class-flash.h @@ -197,7 +197,7 @@ int led_update_flash_brightness(struct led_classdev_flash *fled_cdev); * @fled_cdev: the flash LED to set * @timeout: the flash timeout to set it to * - * Set the flash strobe duration. + * Set the flash strobe timeout. * * Returns: 0 on success or negative error value on failure */ |