aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/v4l2-core
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-04 14:01:48 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-08-29 15:32:14 +0200
commit54db159d766b73307a2e5aee77f76c971cb180e3 (patch)
treedb0b53f6f6a36cd7d32cd599acd1d52307c7cc53 /drivers/media/v4l2-core
parentmedia: technisat-usb2: Fix comment typo (diff)
downloadwireguard-linux-54db159d766b73307a2e5aee77f76c971cb180e3.tar.xz
wireguard-linux-54db159d766b73307a2e5aee77f76c971cb180e3.zip
media: v4l2-flash: Fix comment typo
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>
Diffstat (limited to 'drivers/media/v4l2-core')
-rw-r--r--drivers/media/v4l2-core/v4l2-flash-led-class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/v4l2-core/v4l2-flash-led-class.c b/drivers/media/v4l2-core/v4l2-flash-led-class.c
index e70e128ccc9c..355595a0fefa 100644
--- a/drivers/media/v4l2-core/v4l2-flash-led-class.c
+++ b/drivers/media/v4l2-core/v4l2-flash-led-class.c
@@ -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,