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>
This commit is contained in:
Richard Leitner
2025-06-19 10:37:06 +01:00
committed by Lee Jones
parent 3bc1740d31
commit 6012ce6b30
+1 -1
View File
@@ -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
*/