projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab77f4
)
backlight: vgg2432a4: fix checkpatch warning
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 18 Dec 2012 00:00:38 +0000
(16:00 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:15 +0000
(17:15 -0800)
This patch fixes the checkpatch warning as below:
WARNING: please, no space before tabs
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/vgg2432a4.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/vgg2432a4.c
b/drivers/video/backlight/vgg2432a4.c
index
712b0ac
..
5ba7fbd
100644
(file)
--- 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 = {