From: Ezequiel Garcia Date: Fri, 18 May 2018 21:07:45 +0000 (-0400) Subject: media: stk1160: Fix typo s/therwise/Otherwise X-Git-Tag: v4.18-rc1~107^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9141386c69e6f20eda8d49c00fc33b6015dc59fd;p=thirdparty%2Fkernel%2Flinux.git media: stk1160: Fix typo s/therwise/Otherwise Fix a trivial typo. Signed-off-by: Ezequiel Garcia Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/stk1160/stk1160-core.c b/drivers/media/usb/stk1160/stk1160-core.c index bea8bbbb84fba..881ba0283261a 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); }