OSDN Git Service

media: v4l2-flash: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Thu, 4 Aug 2022 12:01:48 +0000 (14:01 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 29 Aug 2022 13:32:14 +0000 (15:32 +0200)
The double `the' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/v4l2-core/v4l2-flash-led-class.c

index e70e128..355595a 100644 (file)
@@ -94,7 +94,7 @@ static int v4l2_flash_set_led_brightness(struct v4l2_flash *v4l2_flash,
         * brightness <-> intensity conversion, it also must have defined
         * related v4l2 control step == 1. In such a case a backward conversion
         * from led brightness to v4l2 intensity is required to find out the
-        * the aligned intensity value.
+        * aligned intensity value.
         */
        if (has_flash_op(v4l2_flash, led_brightness_to_intensity))
                ctrl->val = call_flash_op(v4l2_flash,