media: stk1160: Fix typo s/therwise/Otherwise
authorEzequiel Garcia <ezequiel@collabora.com>
Fri, 18 May 2018 21:07:45 +0000 (17:07 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 28 May 2018 20:19:29 +0000 (16:19 -0400)
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>
drivers/media/usb/stk1160/stk1160-core.c

index bea8bbbb84fba2978cfa98567ef421f5a3fed945..881ba0283261aeb4eb2e5f8d213724f04731b5d4 100644 (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);
 }