media: uvcvideo: Fix typo 'the the' in comment
authorSlark Xiao <slark_xiao@163.com>
Fri, 22 Jul 2022 07:13:43 +0000 (09:13 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 30 Aug 2022 14:05:24 +0000 (16:05 +0200)
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>
drivers/media/usb/uvc/uvc_video.c

index 170a008f4006370b5c32da767f1f57b9aee7dac4..d2eb9066e4dccda874a4067d043631e84a320242 100644 (file)
@@ -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.
         *