Commit bf950fdc authored by Herman's avatar Herman Committed by Mauro Carvalho Chehab

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

change 'then' into 'than'
Signed-off-by: default avatarHerman <yanshuaijun@yulong.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 6d0aac74
......@@ -365,8 +365,9 @@ struct sd {
static const struct v4l2_pix_format mode[] = {
{160, 120, V4L2_PIX_FMT_CPIA1, V4L2_FIELD_NONE,
/* The sizeimage is trial and error, as with low framerates
the camera will pad out usb frames, making the image
data larger then strictly necessary */
* the camera will pad out usb frames, making the image
* data larger than strictly necessary
*/
.bytesperline = 160,
.sizeimage = 65536,
.colorspace = V4L2_COLORSPACE_SRGB,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment