dect
/
linux-2.6
Archived
13
0
Fork 0

backlight: vgg2432a4: fix checkpatch warning

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>
This commit is contained in:
Jingoo Han 2012-12-17 16:00:38 -08:00 committed by Linus Torvalds
parent 8ab77f46ea
commit 9a8fe5d8cc
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {