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 | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/staging/xgifb/vb_setmode.c 
b/drivers/staging/xgifb/vb_setmode.c
index 1e70e1e..8e12ec3 100644
--- a/drivers/staging/xgifb/vb_setmode.c
+++ b/drivers/staging/xgifb/vb_setmode.c
@@ -5402,15 +5402,15 @@ static void XGI_SetCRT1Group(struct xgifb_video_info 
*xgifb_info,
                                XGI_SetXG21CRTC(RefreshRateTableIndex, pVBInfo);
 
                        XGI_UpdateXG21CRTC(ModeNo, pVBInfo,
-                                       RefreshRateTableIndex);
+                                          RefreshRateTableIndex);
 
                        xgifb_set_lcd(HwDeviceExtension->jChipType,
                                      pVBInfo, RefreshRateTableIndex);
 
                        if (pVBInfo->IF_DEF_LVDS == 1)
                                xgifb_set_lvds(xgifb_info,
-                                               HwDeviceExtension->jChipType,
-                                               ModeIdIndex, pVBInfo);
+                                              HwDeviceExtension->jChipType,
+                                              ModeIdIndex, pVBInfo);
                }
        }
 
@@ -5422,8 +5422,8 @@ static void XGI_SetCRT1Group(struct xgifb_video_info 
*xgifb_info,
 }
 
 unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
-                       struct xgi_hw_device_info *HwDeviceExtension,
-                       unsigned short ModeNo)
+                           struct xgi_hw_device_info *HwDeviceExtension,
+                           unsigned short ModeNo)
 {
        unsigned short ModeIdIndex;
        struct vb_device_info VBINF;
@@ -5465,13 +5465,13 @@ unsigned char XGISetModeNew(struct xgifb_video_info 
*xgifb_info,
                XGI_DisableBridge(xgifb_info, HwDeviceExtension, pVBInfo);
 
                if (pVBInfo->VBInfo & (SetSimuScanMode | XGI_SetCRT2ToLCDA) ||
-                       !(pVBInfo->VBInfo & SwitchCRT2)) {
-                       XGI_SetCRT1Group(xgifb_info, HwDeviceExtension, ModeNo,
-                                       ModeIdIndex, pVBInfo);
+                   !(pVBInfo->VBInfo & SwitchCRT2)) {
+                   XGI_SetCRT1Group(xgifb_info, HwDeviceExtension, ModeNo,
+                                    ModeIdIndex, pVBInfo);
 
                        if (pVBInfo->VBInfo & XGI_SetCRT2ToLCDA) {
                                XGI_SetLCDAGroup(ModeNo, ModeIdIndex,
-                                               HwDeviceExtension, pVBInfo);
+                                                HwDeviceExtension, pVBInfo);
                        }
                }
 
@@ -5480,7 +5480,7 @@ unsigned char XGISetModeNew(struct xgifb_video_info 
*xgifb_info,
                        case VB_CHIP_301: /* fall through */
                        case VB_CHIP_302:
                                XGI_SetCRT2Group301(ModeNo, HwDeviceExtension,
-                                               pVBInfo); /*add for CRT2 */
+                                                   pVBInfo); /*add for CRT2 */
                                break;
 
                        default:
@@ -5507,7 +5507,7 @@ unsigned char XGISetModeNew(struct xgifb_video_info 
*xgifb_info,
                XGI_DisplayOff(xgifb_info, HwDeviceExtension, pVBInfo);
 
                XGI_SetCRT1Group(xgifb_info, HwDeviceExtension, ModeNo,
-                               ModeIdIndex, pVBInfo);
+                                ModeIdIndex, pVBInfo);
 
                XGI_DisplayOn(xgifb_info, HwDeviceExtension, pVBInfo);
        }
-- 
2.1.4

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

Reply via email to