OSDN Git Service

media: drivers/media/usb/gspca/cpia1.c : fix spelling typo
authorHerman <herman.yim88@gmail.com>
Fri, 21 May 2021 08:36:29 +0000 (10:36 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 12:07:37 +0000 (14:07 +0200)
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>
drivers/media/usb/gspca/cpia1.c

index d93d384..46ed954 100644 (file)
@@ -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,