Commit 945e17ce authored by Walt Feasel's avatar Walt Feasel Committed by Greg Kroah-Hartman

staging: xgifb: vb_init.c Align on parenthesis

Make suggested checkpatch modification for:
CHECK: Alignment should match open parenthesis.
Signed-off-by: default avatarWalt Feasel <waltfeasel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 49a906a9
...@@ -199,7 +199,8 @@ static void XGINew_DDRII_Bootup_XG27( ...@@ -199,7 +199,8 @@ static void XGINew_DDRII_Bootup_XG27(
} }
static void XGINew_DDR2_MRS_XG20(struct xgi_hw_device_info *HwDeviceExtension, static void XGINew_DDR2_MRS_XG20(struct xgi_hw_device_info *HwDeviceExtension,
unsigned long P3c4, struct vb_device_info *pVBInfo) unsigned long P3c4,
struct vb_device_info *pVBInfo)
{ {
unsigned long P3d4 = P3c4 + 0x10; unsigned long P3d4 = P3c4 + 0x10;
...@@ -539,7 +540,8 @@ static unsigned short XGINew_SetDRAMSize20Reg( ...@@ -539,7 +540,8 @@ static unsigned short XGINew_SetDRAMSize20Reg(
} }
static int XGINew_ReadWriteRest(unsigned short StopAddr, static int XGINew_ReadWriteRest(unsigned short StopAddr,
unsigned short StartAddr, struct vb_device_info *pVBInfo) unsigned short StartAddr,
struct vb_device_info *pVBInfo)
{ {
int i; int i;
unsigned long Position = 0; unsigned long Position = 0;
......
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