From: Richard Leitner Date: Tue, 17 Jun 2025 07:31:37 +0000 (+0200) Subject: leds: led-class-flash:: Fix flash_timeout comment X-Git-Tag: v6.17-rc1~95^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6012ce6b30567aa8ec8dc5b648b7841f9f74ca7c;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20250617-ov9282-flash-strobe-v5-3-9762da74d065@linux.dev Signed-off-by: Lee Jones --- diff --git a/include/linux/led-class-flash.h b/include/linux/led-class-flash.h index 21ec856c36bc6..775a962175189 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 */