]> git.karo-electronics.de Git - linux-beck.git/commit
backlight: hp680_bl: fix checkpatch error and warning
authorJingoo Han <jg1.han@samsung.com>
Tue, 18 Dec 2012 00:00:18 +0000 (16:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:14 +0000 (17:15 -0800)
commitff10b0741236b42ec7e97b4ba2d682be53868050
tree6c5071456b862e50d56acba9d1ebdc73e02d85a1
parent933bd9b3fda5482e88a84a1a3678bb1fbb11a60a
backlight: hp680_bl: 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
  ERROR: do not initialise statics to 0 or NULL
  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/hp680_bl.c