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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;