]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: fbtft: Fix indentation
authorLuis Gerhorst <luis.gerhorst@fau.de>
Wed, 10 Jan 2018 17:30:35 +0000 (18:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jan 2018 18:14:47 +0000 (19:14 +0100)
This fixes the checkpatch message:

    CHECK: Alignment should match open parenthesis
    #1380: FILE: drivers/staging/fbtft/fbtft-core.c:1380:
    + dev_warn(dev,
    + "no default functions for regwidth=%d and buswidth=%d\n",

Signed-off-by: Luis Gerhorst <linux-kernel@luisgerhorst.de>
Signed-off-by: Jonny Schaefer <schaefer.jonny@gmail.com>
Acked-by: Alexander Wuerstlein <arw@cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-core.c

index 34b1c810a01e083cb6ff6e3556eedc0976c80ee1..566f89cd481ba78855d149ff0cf0c09cb0970722 100644 (file)
@@ -1377,8 +1377,8 @@ int fbtft_probe_common(struct fbtft_display *display,
                par->fbtftops.write_register = fbtft_write_reg16_bus16;
        else
                dev_warn(dev,
-                       "no default functions for regwidth=%d and buswidth=%d\n",
-                       display->regwidth, display->buswidth);
+                        "no default functions for regwidth=%d and buswidth=%d\n",
+                        display->regwidth, display->buswidth);
 
        /* write_vmem() functions */
        if (display->buswidth == 8)