staging: fbtft: replace spaces with tabs
authorAnton Gerasimov <anton.gerasimov@openmailbox.org>
Sat, 13 Jun 2015 19:23:49 +0000 (22:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 21:48:26 +0000 (14:48 -0700)
Indentation with spaces fixed.

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

index c0b1a337fafdb525938dcb47d78441665752b6b9..4c740b7e9f53481c19ff2973259b833a50ac50dc 100644 (file)
@@ -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);