summary refs log tree commit diff
diff options
context:
space:
mode:
authorHerman <herman.yim88@gmail.com>2021-05-21 10:36:29 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-02 14:07:37 +0200
commitbf950fdc71fe756ea6407f2cbf6ce051b8f5ea07 (patch)
tree7c9020cf41518fd61aade6271a3fa09e7ef43996
parent6d0aac74e1e28691e355a7a40bd5961d495982a2 (diff)
downloadlinux-bf950fdc71fe756ea6407f2cbf6ce051b8f5ea07.tar.gz
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>
-rw-r--r--drivers/media/usb/gspca/cpia1.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/usb/gspca/cpia1.c b/drivers/media/usb/gspca/cpia1.c
index d93d384286c1..46ed95483e22 100644
--- a/drivers/media/usb/gspca/cpia1.c
+++ b/drivers/media/usb/gspca/cpia1.c
@@ -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,