Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Drivers: video: controlfb: fixed a brace coding style issue

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>

authored by

Zac Storer and committed by
Florian Tobias Schandinat
5345010c 97cab455

+1 -1
+1 -1
drivers/video/controlfb.c
··· 420 420 421 421 /* Try to pick a video mode out of NVRAM if we have one. */ 422 422 #ifdef CONFIG_NVRAM 423 - if (default_cmode == CMODE_NVRAM){ 423 + if (default_cmode == CMODE_NVRAM) { 424 424 cmode = nvram_read_byte(NV_CMODE); 425 425 if(cmode < CMODE_8 || cmode > CMODE_32) 426 426 cmode = CMODE_8;