Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9141386c authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Mauro Carvalho Chehab
Browse files

media: stk1160: Fix typo s/therwise/Otherwise

parent 4cff79e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}