]> Pileus Git - ~andy/linux/commitdiff
V4L/DVB: gspca - gl860: text alignment
authorOlivier Lorin <o.lorin@laposte.net>
Thu, 24 Jun 2010 07:33:53 +0000 (04:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 17:50:54 +0000 (14:50 -0300)
- Extra spaces to align some variable names and a defined value

Signed-off-by: Olivier Lorin <o.lorin@laposte.net>
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/gl860/gl860.h

index 378237f646f7df20f4dd4158cc84c2d1275e6970..49ad4acbf602663c0963d09e420aaf8a1cabf149 100644 (file)
@@ -41,7 +41,7 @@
 #define IMAGE_640   0
 #define IMAGE_800   1
 #define IMAGE_1280  2
-#define IMAGE_1600 3
+#define IMAGE_1600  3
 
 struct sd_gl860 {
        u16 backlight;
@@ -72,10 +72,10 @@ struct sd {
        int  (*dev_camera_settings)(struct gspca_dev *);
 
        u8   swapRB;
-       u8  mirrorMask;
-       u8  sensor;
-       s32 nbIm;
-       s32 nbRightUp;
+       u8   mirrorMask;
+       u8   sensor;
+       s32  nbIm;
+       s32  nbRightUp;
        u8   waitSet;
 };