aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingoo Han <[email protected]>2012-12-17 16:00:38 -0800
committerLinus Torvalds <[email protected]>2012-12-17 17:15:15 -0800
commit9a8fe5d8cc180b9c2c3c08509b458199c26bc5ff (patch)
treecb9e5679da7d59693e84279dffd2cc55206427f8
parent8ab77f46ea3ac295859dec2533653a65c54b9a22 (diff)
backlight: vgg2432a4: fix checkpatch warning
This patch fixes the checkpatch warning as below: WARNING: please, no space before tabs Signed-off-by: Jingoo Han <[email protected]> Cc: Richard Purdie <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--drivers/video/backlight/vgg2432a4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/vgg2432a4.c b/drivers/video/backlight/vgg2432a4.c
index 712b0acfd339..5ba7fbd7e405 100644
--- a/drivers/video/backlight/vgg2432a4.c
+++ b/drivers/video/backlight/vgg2432a4.c
@@ -217,7 +217,7 @@ static int vgg2432a4_resume(struct spi_device *spi)
}
#else
#define vgg2432a4_suspend NULL
-#define vgg2432a4_resume NULL
+#define vgg2432a4_resume NULL
#endif
static struct ili9320_client vgg2432a4_client = {