mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 20:07:09 +00:00
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>
This commit is contained in:
parent
6c604d6657
commit
8e56b95551
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user