From: Kieran Bingham Date: Tue, 20 Mar 2018 15:43:08 +0000 (-0400) Subject: media: uvcvideo: Fix minor spelling X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ec55cdba4168d665670335e13697fc01a69f2785;p=openwrt%2Fstaging%2Fblogic.git media: uvcvideo: Fix minor spelling Provide the missing 't' from straightforward. Signed-off-by: Kieran Bingham Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/uvc/uvc_ctrl.c b/drivers/media/usb/uvc/uvc_ctrl.c index a36b4fb949fa..4042cbdb721b 100644 --- a/drivers/media/usb/uvc/uvc_ctrl.c +++ b/drivers/media/usb/uvc/uvc_ctrl.c @@ -1125,7 +1125,7 @@ done: } /* - * Mapping V4L2 controls to UVC controls can be straighforward if done well. + * Mapping V4L2 controls to UVC controls can be straightforward if done well. * Most of the UVC controls exist in V4L2, and can be mapped directly. Some * must be grouped (for instance the Red Balance, Blue Balance and Do White * Balance V4L2 controls use the White Balance Component UVC control) or