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 | 35 +++++++++++++++--------------------
 1 file changed, 15 insertions(+), 20 deletions(-)

diff --git a/drivers/staging/xgifb/vb_setmode.c 
b/drivers/staging/xgifb/vb_setmode.c
index 480fe64..1e70e1e 100644
--- a/drivers/staging/xgifb/vb_setmode.c
+++ b/drivers/staging/xgifb/vb_setmode.c
@@ -5165,7 +5165,7 @@ static unsigned char XGI_SetCRT2Group301(unsigned short 
ModeNo,
        XGI_SearchModeID(ModeNo, &ModeIdIndex);
        pVBInfo->SelectCRT2Rate = 4;
        RefreshRateTableIndex = XGI_GetRatePtrCRT2(HwDeviceExtension, ModeNo,
-                       ModeIdIndex, pVBInfo);
+                                                  ModeIdIndex, pVBInfo);
        XGI_SaveCRT2Info(ModeNo, pVBInfo);
        XGI_GetCRT2ResInfo(ModeIdIndex, pVBInfo);
        XGI_GetCRT2Data(ModeIdIndex, RefreshRateTableIndex, pVBInfo);
@@ -5227,19 +5227,15 @@ void XGI_SenseCRT1(struct vb_device_info *pVBInfo)
                xgifb_reg_set(pVBInfo->P3d4, (unsigned short)i, CRTCData[i]);
 
        for (i = 8; i < 11; i++)
-               xgifb_reg_set(pVBInfo->P3d4, (unsigned short)(i + 8),
-                               CRTCData[i]);
+               xgifb_reg_set(pVBInfo->P3d4, (unsigned short)(i + 8), 
CRTCData[i]);
 
        for (i = 11; i < 13; i++)
-               xgifb_reg_set(pVBInfo->P3d4, (unsigned short)(i + 4),
-                               CRTCData[i]);
+               xgifb_reg_set(pVBInfo->P3d4, (unsigned short)(i + 4), 
CRTCData[i]);
 
        for (i = 13; i < 16; i++)
-               xgifb_reg_set(pVBInfo->P3c4, (unsigned short)(i - 3),
-                               CRTCData[i]);
+               xgifb_reg_set(pVBInfo->P3c4, (unsigned short)(i - 3), 
CRTCData[i]);
 
-       xgifb_reg_set(pVBInfo->P3c4, 0x0E, (unsigned char)(CRTCData[16]
-                       & 0xE0));
+       xgifb_reg_set(pVBInfo->P3c4, 0x0E, (unsigned char)(CRTCData[16] & 
0xE0));
 
        xgifb_reg_set(pVBInfo->P3c4, 0x31, 0x00);
        xgifb_reg_set(pVBInfo->P3c4, 0x2B, 0x1B);
@@ -5276,8 +5272,8 @@ void XGI_SenseCRT1(struct vb_device_info *pVBInfo)
 }
 
 static void XGI_EnableBridge(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;
 
@@ -5307,11 +5303,10 @@ static void XGI_EnableBridge(struct xgifb_video_info 
*xgifb_info,
 
                if (!(pVBInfo->VBInfo & DisableCRT2Display)) {
                        xgifb_reg_and_or(pVBInfo->Part2Port, 0x00, ~0xE0,
-                                       0x20); /* shampoo 0129 */
+                                        0x20); /* shampoo 0129 */
                        if (pVBInfo->VBType & (VB_SIS302LV | VB_XGI301C)) {
-                               if (pVBInfo->VBInfo &
-                                       (SetCRT2ToLCD | XGI_SetCRT2ToLCDA))
-                                       /* LVDS PLL power on */
+                               if (pVBInfo->VBInfo & (SetCRT2ToLCD |
+                                   XGI_SetCRT2ToLCDA)) /* LVDS PLL power on */
                                        xgifb_reg_and(pVBInfo->Part4Port, 0x2A,
                                                      0x7F);
                                /* LVDS Driver power on */
@@ -5355,9 +5350,9 @@ static void XGI_EnableBridge(struct xgifb_video_info 
*xgifb_info,
 }
 
 static void XGI_SetCRT1Group(struct xgifb_video_info *xgifb_info,
-               struct xgi_hw_device_info *HwDeviceExtension,
-               unsigned short ModeNo, unsigned short ModeIdIndex,
-               struct vb_device_info *pVBInfo)
+                            struct xgi_hw_device_info *HwDeviceExtension,
+                            unsigned short ModeNo, unsigned short ModeIdIndex,
+                            struct vb_device_info *pVBInfo)
 {
        unsigned short RefreshRateTableIndex, temp;
 
@@ -5386,14 +5381,14 @@ static void XGI_SetCRT1Group(struct xgifb_video_info 
*xgifb_info,
        }
 
        RefreshRateTableIndex = XGI_GetRatePtrCRT2(HwDeviceExtension, ModeNo,
-                       ModeIdIndex, pVBInfo);
+                                                  ModeIdIndex, pVBInfo);
        if (RefreshRateTableIndex != 0xFFFF) {
                XGI_SetSync(RefreshRateTableIndex, pVBInfo);
                XGI_SetCRT1CRTC(ModeIdIndex, RefreshRateTableIndex,
                                pVBInfo, HwDeviceExtension);
                XGI_SetCRT1DE(ModeIdIndex, RefreshRateTableIndex, pVBInfo);
                XGI_SetCRT1Offset(ModeNo, ModeIdIndex, RefreshRateTableIndex,
-                               HwDeviceExtension, pVBInfo);
+                                 HwDeviceExtension, pVBInfo);
                XGI_SetCRT1VCLK(ModeIdIndex, HwDeviceExtension,
                                RefreshRateTableIndex, pVBInfo);
        }
-- 
2.1.4

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

Reply via email to