OSDN Git Service

media: staging: media: usbvision: usbvision-core Correct spelling
authorJohn Oldman <john.oldman@polehill.co.uk>
Tue, 28 Apr 2020 17:26:55 +0000 (19:26 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 5 May 2020 15:23:36 +0000 (17:23 +0200)
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>
drivers/staging/media/usbvision/usbvision-core.c

index f05a5c8..e35dee3 100644 (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;