summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx/em28xx.h
diff options
context:
space:
mode:
authorFrank Schaefer <fschaefer.oss@googlemail.com>2012-11-08 17:11:34 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-22 19:55:58 (GMT)
commit8c3015676f64289577c79c3b231b12acd0c2c62b (patch)
treeb3c9d4e46ba0c611edb9007dd09a854225e144f8 /drivers/media/usb/em28xx/em28xx.h
parentc02ec71b014ea7bc6f50deb9db765bf57d593c53 (diff)
downloadlinux-fsl-qoriq-8c3015676f64289577c79c3b231b12acd0c2c62b.tar.xz
[media] em28xx: clarify meaning of field 'progressive' in struct em28xx
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx.h')
-rw-r--r--drivers/media/usb/em28xx/em28xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h
index 86e90d8..ad9eec0 100644
--- a/drivers/media/usb/em28xx/em28xx.h
+++ b/drivers/media/usb/em28xx/em28xx.h
@@ -497,7 +497,7 @@ struct em28xx {
int sensor_xres, sensor_yres;
int sensor_xtal;
- /* Allows progressive (e. g. non-interlaced) mode */
+ /* Progressive (non-interlaced) mode */
int progressive;
/* Vinmode/Vinctl used at the driver */