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

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
...@@ -129,7 +129,7 @@ static void dostream(struct work_struct *work) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment