mirror of https://gitee.com/openkylin/linux.git
[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>
This commit is contained in:
parent
c02ec71b01
commit
8c3015676f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue