mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-02 15:26:42 -05:00
media: gspca: 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: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
565cdd279a
commit
031d8af19b
@@ -129,7 +129,7 @@ static void dostream(struct work_struct *work)
|
||||
* 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);
|
||||
|
||||
Reference in New Issue
Block a user