Commit 031d8af1 authored by Slark Xiao's avatar Slark Xiao Committed by Mauro Carvalho Chehab
Browse files

media: gspca: Fix typo 'the the' in comment



Replace 'the the' with 'the' in the comment.

Signed-off-by: default avatarSlark Xiao <slark_xiao@163.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 565cdd27
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -129,7 +129,7 @@ static void dostream(struct work_struct *work)
				 * for, then it's the end of the
				 * for, then it's the end of the
				 * frame. Sometimes the jpeg is not complete,
				 * frame. Sometimes the jpeg is not complete,
				 * but there's nothing we can do. We also end
				 * 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. */
				 * of the frame. */
				gspca_frame_add(gspca_dev, LAST_PACKET,
				gspca_frame_add(gspca_dev, LAST_PACKET,
						data, len);
						data, len);