From: Anton Gerasimov Date: Sat, 13 Jun 2015 19:23:49 +0000 (+0300) Subject: staging: fbtft: replace spaces with tabs X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c26c5e739ee5de22442f3adabbf58392d09a68e4;p=linux-beck.git staging: fbtft: replace spaces with tabs Indentation with spaces fixed. Signed-off-by: Anton Gerasimov Signed-off-by: Greg Kroah-Hartman --- 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);