backlight: ili9320: fix checkpatch error and warning
authorJingoo Han <jg1.han@samsung.com>
Tue, 18 Dec 2012 00:00:19 +0000 (16:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:14 +0000 (17:15 -0800)
commitc0b6cc499c1a214b51bac45d2c74ba66953efedc
tree165b3ec016b16e27154d455650073abfbcdea1bd
parentff10b0741236b42ec7e97b4ba2d682be53868050
backlight: ili9320: fix checkpatch error and warning

This patch fixes the checkpatch error and warning as below:

  WARNING: please, no space before tabs
  WARNING: please, no spaces at the start of a line
  WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
  WARNING: braces {} are not necessary for single statement blocks
  ERROR: code indent should use tabs where possible

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/ili9320.c