aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_tinylcd.c
diff options
context:
space:
mode:
authorAnton Gerasimov <anton.gerasimov@openmailbox.org>2015-06-13 22:23:49 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-13 14:48:26 -0700
commitc26c5e739ee5de22442f3adabbf58392d09a68e4 (patch)
tree8b347439d4fa8578b3d82bf8a243f3e3fb3b8441 /drivers/staging/fbtft/fb_tinylcd.c
parentstaging: fbtft: put spaces around assignment operators (diff)
downloadlinux-dev-c26c5e739ee5de22442f3adabbf58392d09a68e4.tar.xz
linux-dev-c26c5e739ee5de22442f3adabbf58392d09a68e4.zip
staging: fbtft: replace spaces with tabs
Indentation with spaces fixed. Signed-off-by: Anton Gerasimov <anton.gerasimov@openmailbox.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/fb_tinylcd.c')
-rw-r--r--drivers/staging/fbtft/fb_tinylcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/fb_tinylcd.c b/drivers/staging/fbtft/fb_tinylcd.c
index c0b1a337fafd..4c740b7e9f53 100644
--- a/drivers/staging/fbtft/fb_tinylcd.c
+++ b/drivers/staging/fbtft/fb_tinylcd.c
@@ -53,7 +53,7 @@ static int init_display(struct fbtft_par *par)
write_reg(par, 0xE5, 0x00);
write_reg(par, 0xF0, 0x36, 0xA5, 0x53);
write_reg(par, 0xE0, 0x00, 0x35, 0x33, 0x00, 0x00, 0x00,
- 0x00, 0x35, 0x33, 0x00, 0x00, 0x00);
+ 0x00, 0x35, 0x33, 0x00, 0x00, 0x00);
write_reg(par, 0x3A, 0x55);
write_reg(par, 0x11);
udelay(250);