From: Slark Xiao Date: Fri, 22 Jul 2022 06:36:43 +0000 (+0200) Subject: media: gspca: Fix typo 'the the' in comment X-Git-Tag: block-6.1-2022-13-10~33^2~85 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=031d8af19bd2ca7343f2df610004d72dfd78386f;p=linux-block.git media: gspca: Fix typo 'the the' in comment Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/gspca/finepix.c b/drivers/media/usb/gspca/finepix.c index 66c8e5122a0a..bc6133b525e3 100644 --- a/drivers/media/usb/gspca/finepix.c +++ b/drivers/media/usb/gspca/finepix.c @@ -129,7 +129,7 @@ again: * for, then it's the end of the * frame. Sometimes the jpeg is not complete, * but there's nothing we can do. We also end - * here if the the jpeg ends right at the end + * here if the jpeg ends right at the end * of the frame. */ gspca_frame_add(gspca_dev, LAST_PACKET, data, len);