[PATCH v5 03/10] media: v4l2-flash: fix flash_timeout comment

Richard Leitner posted 10 patches 3 months, 3 weeks ago
[PATCH v5 03/10] media: v4l2-flash: fix flash_timeout comment
Posted by Richard Leitner 3 months, 3 weeks ago
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>
---
 include/linux/led-class-flash.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/led-class-flash.h b/include/linux/led-class-flash.h
index 21ec856c36bc67decda46aa8ff1c040ffdcf1181..775a96217518936633541c7a5d394502dbf04f83 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
  */

-- 
2.47.2
Re: (subset) [PATCH v5 03/10] media: v4l2-flash: fix flash_timeout comment
Posted by Lee Jones 3 months, 3 weeks ago
On Tue, 17 Jun 2025 09:31:37 +0200, Richard Leitner wrote:
> The comment for the flash_timeout setter mentioned it is the "flash
> duration". Fix this by changing it to "flash timeout".
> 
> 

Applied, thanks!

[03/10] media: v4l2-flash: fix flash_timeout comment
        commit: 6012ce6b30567aa8ec8dc5b648b7841f9f74ca7c

--
Lee Jones [李琼斯]

Re: (subset) [PATCH v5 03/10] media: v4l2-flash: fix flash_timeout comment
Posted by Lee Jones 3 months, 3 weeks ago
On Thu, 19 Jun 2025, Lee Jones wrote:

> On Tue, 17 Jun 2025 09:31:37 +0200, Richard Leitner wrote:
> > The comment for the flash_timeout setter mentioned it is the "flash
> > duration". Fix this by changing it to "flash timeout".
> > 
> > 
> 
> Applied, thanks!
> 
> [03/10] media: v4l2-flash: fix flash_timeout comment
>         commit: 6012ce6b30567aa8ec8dc5b648b7841f9f74ca7c

I fixed the erroneous subject line on application.

-- 
Lee Jones [李琼斯]
Re: (subset) [PATCH v5 03/10] media: v4l2-flash: fix flash_timeout comment
Posted by Richard Leitner 3 months, 1 week ago
On Thu, Jun 19, 2025 at 10:38:49AM +0100, Lee Jones wrote:
> On Thu, 19 Jun 2025, Lee Jones wrote:
> 
> > On Tue, 17 Jun 2025 09:31:37 +0200, Richard Leitner wrote:
> > > The comment for the flash_timeout setter mentioned it is the "flash
> > > duration". Fix this by changing it to "flash timeout".
> > > 
> > > 
> > 
> > Applied, thanks!
> > 
> > [03/10] media: v4l2-flash: fix flash_timeout comment
> >         commit: 6012ce6b30567aa8ec8dc5b648b7841f9f74ca7c
> 
> I fixed the erroneous subject line on application.

Thanks :-)

> 
> -- 
> Lee Jones [李琼斯]