projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
909bb2b
)
staging: xgifb: add spaces around |
author
Gargi Sharma
<gs051095@gmail.com>
Thu, 15 Sep 2016 19:07:12 +0000
(
00:37
+0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 16 Sep 2016 08:27:52 +0000
(10:27 +0200)
insert spaces around '|' to fix the checkpatch issue
spaces preferred around that '|'.
Signed-off-by: Gargi Sharma <gs051095@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 41dcc6d3ec83ee7f50ed4a7a200ac92f85c898db..b0ec98126473efaec9987b83c263ec49ad2e1d37 100644
(file)
--- a/
drivers/staging/xgifb/vb_setmode.c
+++ b/
drivers/staging/xgifb/vb_setmode.c
@@
-1914,7
+1914,7
@@
static void XGI_GetVBInfo(unsigned short ModeIdIndex,
}
}
- if (pVBInfo->VBType & (VB_SIS301LV
|VB_SIS302LV|
VB_XGI301C)) {
+ if (pVBInfo->VBType & (VB_SIS301LV
| VB_SIS302LV |
VB_XGI301C)) {
if (temp & SetYPbPr) {
/* shampoo add for new scratch */
temp = xgifb_reg_get(pVBInfo->P3d4, 0x35);