aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel@collabora.com>2018-05-18 17:07:45 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-28 16:19:29 -0400
commit9141386c69e6f20eda8d49c00fc33b6015dc59fd (patch)
tree3d7deef544579c59cd141fb312782cf78c5f6426 /drivers/media/usb
parentmedia: Remove depends on HAS_DMA in case of platform dependency (diff)
downloadlinux-dev-9141386c69e6f20eda8d49c00fc33b6015dc59fd.tar.xz
linux-dev-9141386c69e6f20eda8d49c00fc33b6015dc59fd.zip
media: stk1160: Fix typo s/therwise/Otherwise
Fix a trivial typo. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/stk1160/stk1160-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/stk1160/stk1160-core.c b/drivers/media/usb/stk1160/stk1160-core.c
index bea8bbbb84fb..881ba0283261 100644
--- a/drivers/media/usb/stk1160/stk1160-core.c
+++ b/drivers/media/usb/stk1160/stk1160-core.c
@@ -423,7 +423,7 @@ static void stk1160_disconnect(struct usb_interface *interface)
/*
* This calls stk1160_release if it's the last reference.
- * therwise, release is posponed until there are no users left.
+ * Otherwise, release is posponed until there are no users left.
*/
v4l2_device_put(&dev->v4l2_dev);
}