aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJohn Oldman <john.oldman@polehill.co.uk>2020-04-28 19:26:55 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-05 17:23:36 +0200
commit7c192ebf394c2c67a572050ee872548c0d2f639b (patch)
tree11616a174b6798387fb7efc7b6eb4bf3817fd0f1
parentmedia: staging: media: imx: no need to check return value of debugfs_create functions (diff)
downloadwireguard-linux-7c192ebf394c2c67a572050ee872548c0d2f639b.tar.xz
wireguard-linux-7c192ebf394c2c67a572050ee872548c0d2f639b.zip
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>
-rw-r--r--drivers/staging/media/usbvision/usbvision-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/usbvision/usbvision-core.c b/drivers/staging/media/usbvision/usbvision-core.c
index f05a5c84dc18..e35dee35b068 100644
--- a/drivers/staging/media/usbvision/usbvision-core.c
+++ b/drivers/staging/media/usbvision/usbvision-core.c
@@ -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;