mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 19:14:18 -04:00
media: staging: media: usbvision: usbvision-core Correct spelling
Correct spelling in comment Signed-off-by: John Oldman <john.oldman@polehill.co.uk> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
a97f52b0f1
commit
7c192ebf39
@@ -1268,7 +1268,7 @@ static void usbvision_isoc_irq(struct urb *urb)
|
||||
if (!USBVISION_IS_OPERATIONAL(usbvision))
|
||||
return;
|
||||
|
||||
/* any urb with wrong status is ignored without acknowledgement */
|
||||
/* any urb with wrong status is ignored without acknowledgment */
|
||||
if (urb->status == -ENOENT)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user