diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-04-01 17:46:54 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2019-04-01 17:46:54 +0200 |
commit | a7ae716ecfe76d455ccb21864d1c926293a4656a (patch) | |
tree | 253f96e0b0769a0f5454b2abcbd213e60b1ca8b3 /drivers/video | |
parent | 767f17a70e5cc5147ddba112977fe7bed0a31bd2 (diff) | |
download | linux-a7ae716ecfe76d455ccb21864d1c926293a4656a.tar.gz linux-a7ae716ecfe76d455ccb21864d1c926293a4656a.tar.bz2 linux-a7ae716ecfe76d455ccb21864d1c926293a4656a.zip |
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/vesafb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/fbdev/vesafb.c b/drivers/video/fbdev/vesafb.c index 528fe917dd49..dc1f9cfb6e7e 100644 --- a/drivers/video/fbdev/vesafb.c +++ b/drivers/video/fbdev/vesafb.c @@ -336,8 +336,8 @@ static int vesafb_probe(struct platform_device *dev) printk(KERN_INFO "vesafb: pmi: set display start = %p, set palette = %p\n",pmi_start,pmi_pal); if (pmi_base[3]) { printk(KERN_INFO "vesafb: pmi: ports = "); - for (i = pmi_base[3]/2; pmi_base[i] != 0xffff; i++) - printk("%x ",pmi_base[i]); + for (i = pmi_base[3]/2; pmi_base[i] != 0xffff; i++) + printk("%x ", pmi_base[i]); printk("\n"); if (pmi_base[i] != 0xffff) { /* |