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

Configure Feed

Select the types of activity you want to include in your feed.

video: fbdev: vesafb: fix indentation issue

There are a couple of statements that are indented too deeply, fix
this by removing tabs. Also add a space after a comma to clean up
a cppcheck warning.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

authored by

Colin Ian King and committed by
Bartlomiej Zolnierkiewicz
a7ae716e 767f17a7

+2 -2
+2 -2
drivers/video/fbdev/vesafb.c
··· 336 336 printk(KERN_INFO "vesafb: pmi: set display start = %p, set palette = %p\n",pmi_start,pmi_pal); 337 337 if (pmi_base[3]) { 338 338 printk(KERN_INFO "vesafb: pmi: ports = "); 339 - for (i = pmi_base[3]/2; pmi_base[i] != 0xffff; i++) 340 - printk("%x ",pmi_base[i]); 339 + for (i = pmi_base[3]/2; pmi_base[i] != 0xffff; i++) 340 + printk("%x ", pmi_base[i]); 341 341 printk("\n"); 342 342 if (pmi_base[i] != 0xffff) { 343 343 /*