Commit 8bbb1c39 authored by Olivier Lorin's avatar Olivier Lorin Committed by Mauro Carvalho Chehab

V4L/DVB: gspca - gl860: text alignment

- Extra spaces to align some variable names and a defined value
Signed-off-by: default avatarOlivier Lorin <o.lorin@laposte.net>
Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d398c0eb
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#define IMAGE_640 0 #define IMAGE_640 0
#define IMAGE_800 1 #define IMAGE_800 1
#define IMAGE_1280 2 #define IMAGE_1280 2
#define IMAGE_1600 3 #define IMAGE_1600 3
struct sd_gl860 { struct sd_gl860 {
u16 backlight; u16 backlight;
...@@ -72,10 +72,10 @@ struct sd { ...@@ -72,10 +72,10 @@ struct sd {
int (*dev_camera_settings)(struct gspca_dev *); int (*dev_camera_settings)(struct gspca_dev *);
u8 swapRB; u8 swapRB;
u8 mirrorMask; u8 mirrorMask;
u8 sensor; u8 sensor;
s32 nbIm; s32 nbIm;
s32 nbRightUp; s32 nbRightUp;
u8 waitSet; u8 waitSet;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment