aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fbtft_device.c
diff options
context:
space:
mode:
authorAnton Gerasimov <anton.gerasimov@openmailbox.org>2015-06-13 22:23:52 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-13 14:50:10 -0700
commit8e56b9555111f080880679e1f42d51ae899d123b (patch)
tree0ffd1d45d51f15af8eefd7cf31ad912b6afd6c7c /drivers/staging/fbtft/fbtft_device.c
parentstaging: fbtft: remove unnecessary line continuations (diff)
downloadlinux-dev-8e56b9555111f080880679e1f42d51ae899d123b.tar.xz
linux-dev-8e56b9555111f080880679e1f42d51ae899d123b.zip
staging: fbtft: remove unnecessary spaces before tabs
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>
Diffstat (limited to 'drivers/staging/fbtft/fbtft_device.c')
-rw-r--r--drivers/staging/fbtft/fbtft_device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/fbtft/fbtft_device.c b/drivers/staging/fbtft/fbtft_device.c
index 07146653b537..e5aa5332f7d4 100644
--- a/drivers/staging/fbtft/fbtft_device.c
+++ b/drivers/staging/fbtft/fbtft_device.c
@@ -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 },