projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45e44f8
)
staging: xgifb: vb_setmode.c Space around operator
author
Walt Feasel
<waltfeasel@gmail.com>
Fri, 18 Nov 2016 00:12:50 +0000
(19:12 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 19 Nov 2016 13:17:51 +0000
(14:17 +0100)
Make suggested checkpatch modificationfor
CHECK: spaces preferred around that '+'
Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_setmode.c
patch
|
blob
|
history
diff --git
a/drivers/staging/xgifb/vb_setmode.c
b/drivers/staging/xgifb/vb_setmode.c
index 7383100fed0828ab611478dab2ad6a30b4b4c68c..480d94acdb68c67210629a83815226592bef47fe 100644
(file)
--- a/
drivers/staging/xgifb/vb_setmode.c
+++ b/
drivers/staging/xgifb/vb_setmode.c
@@
-73,7
+73,7
@@
static void XGI_SetSeqRegs(struct vb_device_info *pVBInfo)
/* Get SR1,2,3,4 from file */
/* SR1 is with screen off 0x20 */
SRdata = XGI330_StandTable.SR[i];
- xgifb_reg_set(pVBInfo->P3c4, i
+
1, SRdata); /* Set SR 1 2 3 4 */
+ xgifb_reg_set(pVBInfo->P3c4, i
+
1, SRdata); /* Set SR 1 2 3 4 */
}
}