Make suggested modification from checkpatch in reference
to CHECK: Alignment should match open parenthesis

Signed-off-by: Walt Feasel <waltfea...@gmail.com>
---
 drivers/staging/xgifb/vb_setmode.c | 44 ++++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 21 deletions(-)

diff --git a/drivers/staging/xgifb/vb_setmode.c 
b/drivers/staging/xgifb/vb_setmode.c
index a0b0aa5..480fe64 100644
--- a/drivers/staging/xgifb/vb_setmode.c
+++ b/drivers/staging/xgifb/vb_setmode.c
@@ -4367,11 +4367,11 @@ static void xgifb_set_lvds(struct xgifb_video_info 
*xgifb_info,
        /* Panel VRE SR3F[7:2] */
        if (chip_id == XG27)
                xgifb_reg_and_or(pVBInfo->P3c4, 0x3F, ~0xFC,
-                                       (value << 2) & 0xFC);
+                                (value << 2) & 0xFC);
        else
                /* SR3F[7] has to be 0, h/w bug */
                xgifb_reg_and_or(pVBInfo->P3c4, 0x3F, ~0xFC,
-                                       (value << 2) & 0x7C);
+                                (value << 2) & 0x7C);
 
        for (temp = 0, value = 0; temp < 3; temp++) {
                xgifb_reg_and_or(pVBInfo->P3c4, 0x31, ~0x30, value);
@@ -4416,8 +4416,8 @@ static unsigned char XGI_IsLCDON(struct vb_device_info 
*pVBInfo)
 }
 
 static void XGI_DisableBridge(struct xgifb_video_info *xgifb_info,
-               struct xgi_hw_device_info *HwDeviceExtension,
-               struct vb_device_info *pVBInfo)
+                             struct xgi_hw_device_info *HwDeviceExtension,
+                             struct vb_device_info *pVBInfo)
 {
        unsigned short tempah = 0;
 
@@ -4547,7 +4547,8 @@ static unsigned short XGI_GetTVPtrIndex(struct 
vb_device_info *pVBInfo)
 /* Description : */
 /* --------------------------------------------------------------------- */
 static void XGI_GetTVPtrIndex2(unsigned short *tempbx, unsigned char *tempcl,
-               unsigned char *tempch, struct vb_device_info *pVBInfo)
+                              unsigned char *tempch,
+                              struct vb_device_info *pVBInfo)
 {
        *tempbx = 0;
        *tempcl = 0;
@@ -4632,12 +4633,12 @@ static void XGI_SetLCDCap_A(unsigned short tempcx,
 
        if (temp & LCDRGB18Bit) {
                xgifb_reg_and_or(pVBInfo->Part1Port, 0x19, 0x0F,
-                               /* Enable Dither */
-                               (unsigned short)(0x20 | (tempcx & 0x00C0)));
+                                /* Enable Dither */
+                                (unsigned short)(0x20 | (tempcx & 0x00C0)));
                xgifb_reg_and_or(pVBInfo->Part1Port, 0x1A, 0x7F, 0x80);
        } else {
                xgifb_reg_and_or(pVBInfo->Part1Port, 0x19, 0x0F,
-                               (unsigned short)(0x30 | (tempcx & 0x00C0)));
+                                (unsigned short)(0x30 | (tempcx & 0x00C0)));
                xgifb_reg_and_or(pVBInfo->Part1Port, 0x1A, 0x7F, 0x00);
        }
 }
@@ -4653,11 +4654,11 @@ static void XGI_SetLCDCap_B(unsigned short tempcx,
 {
        if (tempcx & EnableLCD24bpp) /* 24bits */
                xgifb_reg_and_or(pVBInfo->Part2Port, 0x1A, 0xE0,
-                               (unsigned short)(((tempcx & 0x00ff) >> 6)
+                                (unsigned short)(((tempcx & 0x00ff) >> 6)
                                                | 0x0c));
        else
                xgifb_reg_and_or(pVBInfo->Part2Port, 0x1A, 0xE0,
-                               (unsigned short)(((tempcx & 0x00ff) >> 6)
+                                (unsigned short)(((tempcx & 0x00ff) >> 6)
                                                | 0x18)); /* Enable Dither */
 }
 
@@ -4693,13 +4694,13 @@ static void SetSpectrum(struct vb_device_info *pVBInfo)
        XGI_LongWait(pVBInfo);
 
        xgifb_reg_set(pVBInfo->Part4Port, 0x31,
-                       pVBInfo->LCDCapList[index].Spectrum_31);
+                     pVBInfo->LCDCapList[index].Spectrum_31);
        xgifb_reg_set(pVBInfo->Part4Port, 0x32,
-                       pVBInfo->LCDCapList[index].Spectrum_32);
+                     pVBInfo->LCDCapList[index].Spectrum_32);
        xgifb_reg_set(pVBInfo->Part4Port, 0x33,
-                       pVBInfo->LCDCapList[index].Spectrum_33);
+                     pVBInfo->LCDCapList[index].Spectrum_33);
        xgifb_reg_set(pVBInfo->Part4Port, 0x34,
-                       pVBInfo->LCDCapList[index].Spectrum_34);
+                     pVBInfo->LCDCapList[index].Spectrum_34);
        XGI_LongWait(pVBInfo);
        xgifb_reg_or(pVBInfo->Part4Port, 0x30, 0x40); /* enable spectrum */
 }
@@ -4716,11 +4717,11 @@ static void XGI_SetLCDCap(struct vb_device_info 
*pVBInfo)
                    (VB_SIS301LV | VB_SIS302LV | VB_XGI301C)) {
                        /* Set 301LV Capability */
                        xgifb_reg_set(pVBInfo->Part4Port, 0x24,
-                                       (unsigned char)(tempcx & 0x1F));
+                                     (unsigned char)(tempcx & 0x1F));
                }
                /* VB Driving */
                xgifb_reg_and_or(pVBInfo->Part4Port, 0x0D,
-                               ~((EnableVBCLKDRVLOW | EnablePLLSPLOW) >> 8),
+                                ~((EnableVBCLKDRVLOW | EnablePLLSPLOW) >> 8),
                                (unsigned short)((tempcx & (EnableVBCLKDRVLOW
                                                | EnablePLLSPLOW)) >> 8));
 
@@ -5063,8 +5064,9 @@ void XGI_LockCRT2(struct vb_device_info *pVBInfo)
 }
 
 unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE,
-               unsigned short ModeNo, unsigned short ModeIdIndex,
-               struct vb_device_info *pVBInfo)
+                                 unsigned short ModeNo,
+                                 unsigned short ModeIdIndex,
+                                 struct vb_device_info *pVBInfo)
 {
        const u8 LCDARefreshIndex[] = {
                0x00, 0x00, 0x03, 0x01, 0x01, 0x01, 0x01, 0x00 };
@@ -5138,14 +5140,14 @@ unsigned short XGI_GetRatePtrCRT2(struct 
xgi_hw_device_info *pXGIHWDE,
 }
 
 static void XGI_SetLCDAGroup(unsigned short ModeNo, unsigned short ModeIdIndex,
-               struct xgi_hw_device_info *HwDeviceExtension,
-               struct vb_device_info *pVBInfo)
+                            struct xgi_hw_device_info *HwDeviceExtension,
+                            struct vb_device_info *pVBInfo)
 {
        unsigned short RefreshRateTableIndex;
 
        pVBInfo->SetFlag |= ProgrammingCRT2;
        RefreshRateTableIndex = XGI_GetRatePtrCRT2(HwDeviceExtension, ModeNo,
-                       ModeIdIndex, pVBInfo);
+                                                  ModeIdIndex, pVBInfo);
        XGI_GetLVDSResInfo(ModeIdIndex, pVBInfo);
        XGI_GetLVDSData(ModeIdIndex, pVBInfo);
        XGI_ModCRT1Regs(ModeIdIndex, HwDeviceExtension, pVBInfo);
-- 
2.1.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to