1
0
Fork 0

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>
hifive-unleashed-5.1
Anton Gerasimov 2015-06-13 22:23:52 +03:00 committed by Greg Kroah-Hartman
parent 6c604d6657
commit 8e56b95551
1 changed files with 2 additions and 2 deletions

View File

@ -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 },