aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/usb/uvc
diff options
context:
space:
mode:
authorSlark Xiao <slark_xiao@163.com>2022-07-22 09:13:43 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-08-30 16:05:24 +0200
commit4c24425488731b401bc64a1ea102ffbd06ae89fd (patch)
tree17d288c9dd6cf993d192ff9e9c62c3fd2c00d37a /drivers/media/usb/uvc
parentmedia: uvcvideo: Use indexed loops in uvc_ctrl_init_ctrl() (diff)
downloadwireguard-linux-4c24425488731b401bc64a1ea102ffbd06ae89fd.tar.xz
wireguard-linux-4c24425488731b401bc64a1ea102ffbd06ae89fd.zip
media: uvcvideo: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao <slark_xiao@163.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/usb/uvc')
-rw-r--r--drivers/media/usb/uvc/uvc_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/uvc/uvc_video.c b/drivers/media/usb/uvc/uvc_video.c
index 170a008f4006..d2eb9066e4dc 100644
--- a/drivers/media/usb/uvc/uvc_video.c
+++ b/drivers/media/usb/uvc/uvc_video.c
@@ -1095,7 +1095,7 @@ static int uvc_video_decode_start(struct uvc_streaming *stream,
/*
* Synchronize to the input stream by waiting for the FID bit to be
- * toggled when the the buffer state is not UVC_BUF_STATE_ACTIVE.
+ * toggled when the buffer state is not UVC_BUF_STATE_ACTIVE.
* stream->last_fid is initialized to -1, so the first isochronous
* frame will always be in sync.
*