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:
John Oldman 2020-04-28 19:26:55 +02:00 committed by Mauro Carvalho Chehab
parent a97f52b0f1
commit 7c192ebf39

View file

@ -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;