Skip to content

Commit 6012ce6

Browse files
g0hl1nlag-linaro
authored andcommitted
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>
1 parent 3bc1740 commit 6012ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/led-class-flash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ int led_update_flash_brightness(struct led_classdev_flash *fled_cdev);
197197
* @fled_cdev: the flash LED to set
198198
* @timeout: the flash timeout to set it to
199199
*
200-
* Set the flash strobe duration.
200+
* Set the flash strobe timeout.
201201
*
202202
* Returns: 0 on success or negative error value on failure
203203
*/

0 commit comments

Comments
 (0)