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:
97cab45
)
Drivers: video: controlfb: fixed a brace coding style issue
author
Zac Storer
<zac.3.14159@gmail.com>
Fri, 18 Nov 2011 04:34:56 +0000
(21:34 -0700)
committer
Florian Tobias Schandinat
<FlorianSchandinat@gmx.de>
Tue, 22 Nov 2011 01:00:16 +0000
(
01:00
+0000)
Fixed a brace coding style issue.
Signed-off-by: Zac Storer <zac.3.14159@gmail.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/controlfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/controlfb.c
b/drivers/video/controlfb.c
index 7b2c40abae15b21e5ba26f460d809c216fb8e30a..0c189b32a4c5429f632bb812a784b9a4f8868607 100644
(file)
--- a/
drivers/video/controlfb.c
+++ b/
drivers/video/controlfb.c
@@
-420,7
+420,7
@@
static int __init init_control(struct fb_info_control *p)
/* Try to pick a video mode out of NVRAM if we have one. */
#ifdef CONFIG_NVRAM
- if (default_cmode == CMODE_NVRAM){
+ if (default_cmode == CMODE_NVRAM)
{
cmode = nvram_read_byte(NV_CMODE);
if(cmode < CMODE_8 || cmode > CMODE_32)
cmode = CMODE_8;