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>
This commit is contained in:
Ezequiel Garcia 2018-05-18 17:07:45 -04:00 committed by Mauro Carvalho Chehab
parent 4cff79e933
commit 9141386c69

View file

@ -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);
}