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>
This commit is contained in:
parent
1e6acab05c
commit
c26c5e739e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue