Commit 7c192ebf authored by John Oldman's avatar John Oldman Committed by Mauro Carvalho Chehab

media: staging: media: usbvision: usbvision-core Correct spelling

Correct spelling in comment
Signed-off-by: default avatarJohn Oldman <john.oldman@polehill.co.uk>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent a97f52b0
......@@ -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;
......
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