]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[media] em28xx: clarify meaning of field 'progressive' in struct em28xx
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Thu, 8 Nov 2012 17:11:34 +0000 (14:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 22 Dec 2012 19:55:58 +0000 (17:55 -0200)
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/em28xx/em28xx.h

index 86e90d86da6d51547ae73b5f5a4d3197e488ccbb..ad9eec0632754213ea6e1155fa9723569b1be3fd 100644 (file)
@@ -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 */