mirror of https://gitee.com/openkylin/linux.git
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:
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue