staging: fbtft: remove unnecessary spaces before tabs
authorAnton Gerasimov <anton.gerasimov@openmailbox.org>
Sat, 13 Jun 2015 19:23:52 +0000 (22:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 21:50:10 +0000 (14:50 -0700)
The patch removes spaces before tabs so that checkpatch.pl is content.

Signed-off-by: Anton Gerasimov <anton.gerasimov@openmailbox.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft_device.c

index 07146653b537c59f7ce167f50da770658bd0ac40..e5aa5332f7d496f7244b03dbf75f0a6d58c5a0bb 100644 (file)
@@ -555,8 +555,8 @@ static struct fbtft_device_display displays[] = {
                                .gpios = (const struct fbtft_gpio []) {
                                        /* Wiring for LCD adapter kit */
                                        { "reset", 7 },
-                                       { "dc", 0 },    /* rev 2: 2 */
-                                       { "wr", 1 },    /* rev 2: 3 */
+                                       { "dc", 0 },    /* rev 2: 2 */
+                                       { "wr", 1 },    /* rev 2: 3 */
                                        { "cs", 8 },
                                        { "db00", 17 },
                                        { "db01", 18 },
This page took 0.02519 seconds and 5 git commands to generate.