Skip to content

Commit

Permalink
Drivers: video: controlfb: fixed a brace coding style issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zac Storer authored and Florian Tobias Schandinat committed Nov 22, 2011
1 parent 97cab45 commit 5345010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/controlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5345010

Please sign in to comment.