Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: drivers/media/usb/gspca/cpia1.c : fix spelling typo

change 'then' into 'than'

Signed-off-by: Herman <yanshuaijun@yulong.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Herman and committed by
Mauro Carvalho Chehab
bf950fdc 6d0aac74

+3 -2
+3 -2
drivers/media/usb/gspca/cpia1.c
··· 365 365 static const struct v4l2_pix_format mode[] = { 366 366 {160, 120, V4L2_PIX_FMT_CPIA1, V4L2_FIELD_NONE, 367 367 /* The sizeimage is trial and error, as with low framerates 368 - the camera will pad out usb frames, making the image 369 - data larger then strictly necessary */ 368 + * the camera will pad out usb frames, making the image 369 + * data larger than strictly necessary 370 + */ 370 371 .bytesperline = 160, 371 372 .sizeimage = 65536, 372 373 .colorspace = V4L2_COLORSPACE_SRGB,