Commit c7437f34 authored by Rehas Sachdeva's avatar Rehas Sachdeva Committed by Greg Kroah-Hartman

staging: xgifb: Avoid multiple blank lines

This patch removes the checkpatch.pl warnings regarding multiple blank
lines as single blank line is the preferred coding style.
Signed-off-by: default avatarRehas Sachdeva <aquannie@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 95123493
...@@ -228,7 +228,6 @@ ...@@ -228,7 +228,6 @@
#define RES1280x960x85 0x46 #define RES1280x960x85 0x46
#define RES1280x960x120 0x47 #define RES1280x960x120 0x47
#define XG27_CR8F 0x0C #define XG27_CR8F 0x0C
#define XG27_SR36 0x30 #define XG27_SR36 0x30
#define XG27_SR40 0x04 #define XG27_SR40 0x04
......
...@@ -5067,7 +5067,6 @@ static void XGI_SetCRT2ModeRegs(struct vb_device_info *pVBInfo) ...@@ -5067,7 +5067,6 @@ static void XGI_SetCRT2ModeRegs(struct vb_device_info *pVBInfo)
} }
} }
void XGI_UnLockCRT2(struct vb_device_info *pVBInfo) void XGI_UnLockCRT2(struct vb_device_info *pVBInfo)
{ {
xgifb_reg_and_or(pVBInfo->Part1Port, 0x2f, 0xFF, 0x01); xgifb_reg_and_or(pVBInfo->Part1Port, 0x2f, 0xFF, 0x01);
......
...@@ -65,7 +65,6 @@ struct XGI330_TVDataTablStruct { ...@@ -65,7 +65,6 @@ struct XGI330_TVDataTablStruct {
struct SiS_TVData const *DATAPTR; struct SiS_TVData const *DATAPTR;
}; };
struct XGI_TimingHStruct { struct XGI_TimingHStruct {
unsigned char data[8]; unsigned char data[8];
}; };
...@@ -117,7 +116,6 @@ struct XGI_CRT1TableStruct { ...@@ -117,7 +116,6 @@ struct XGI_CRT1TableStruct {
unsigned char CR[16]; unsigned char CR[16];
}; };
struct XGI301C_Tap4TimingStruct { struct XGI301C_Tap4TimingStruct {
unsigned short DE; unsigned short DE;
unsigned char Reg[64]; /* C0-FF */ unsigned char Reg[64]; /* C0-FF */
......
...@@ -1140,7 +1140,6 @@ static const struct SiS_LVDSData XGI_LVDS1024x768Data_1[] = { ...@@ -1140,7 +1140,6 @@ static const struct SiS_LVDSData XGI_LVDS1024x768Data_1[] = {
{1344, 806, 1344, 806} /* 06 (512x384,1024x768) */ {1344, 806, 1344, 806} /* 06 (512x384,1024x768) */
}; };
static const struct SiS_LVDSData XGI_LVDS1024x768Data_2[] = { static const struct SiS_LVDSData XGI_LVDS1024x768Data_2[] = {
{1344, 806, 1344, 806}, {1344, 806, 1344, 806},
{1344, 806, 1344, 806}, {1344, 806, 1344, 806},
...@@ -1228,7 +1227,6 @@ static const struct SiS_LVDSData XGI_LVDS1024x768Data_1x75[] = { ...@@ -1228,7 +1227,6 @@ static const struct SiS_LVDSData XGI_LVDS1024x768Data_1x75[] = {
{1312, 800, 1312, 800}, /* 06 (512x384,1024x768) */ {1312, 800, 1312, 800}, /* 06 (512x384,1024x768) */
}; };
static const struct SiS_LVDSData XGI_LVDS1024x768Data_2x75[] = { static const struct SiS_LVDSData XGI_LVDS1024x768Data_2x75[] = {
{1312, 800, 1312, 800}, /* ; 00 (320x200,320x400,640x200,640x400) */ {1312, 800, 1312, 800}, /* ; 00 (320x200,320x400,640x200,640x400) */
{1312, 800, 1312, 800}, /* ; 01 (320x350,640x350) */ {1312, 800, 1312, 800}, /* ; 01 (320x350,640x350) */
...@@ -2314,7 +2312,6 @@ static const unsigned char TVAntiFlickList[] = {/* NTSCAntiFlicker */ ...@@ -2314,7 +2312,6 @@ static const unsigned char TVAntiFlickList[] = {/* NTSCAntiFlicker */
0x00 /* ; 1 new anti-flicker ? */ 0x00 /* ; 1 new anti-flicker ? */
}; };
static const unsigned char TVEdgeList[] = { static const unsigned char TVEdgeList[] = {
0x00, /* ; 0 NTSC No Edge enhance */ 0x00, /* ; 0 NTSC No Edge enhance */
0x04, /* ; 1 NTSC Adaptive Edge enhance */ 0x04, /* ; 1 NTSC Adaptive Edge enhance */
......
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