diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2018-05-18 23:07:45 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-28 22:19:29 +0200 |
commit | 9141386c69e6f20eda8d49c00fc33b6015dc59fd (patch) | |
tree | 3d7deef544579c59cd141fb312782cf78c5f6426 /drivers/media/usb/stk1160 | |
parent | media: Remove depends on HAS_DMA in case of platform dependency (diff) | |
download | linux-9141386c69e6f20eda8d49c00fc33b6015dc59fd.tar.xz linux-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/stk1160')
-rw-r--r-- | drivers/media/usb/stk1160/stk1160-core.c | 2 |
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); } |