OSDN Git Service

eeepc-laptop: whitespace for checkpatch.pl
authorCorentin Chary <corentincj@iksaif.net>
Tue, 29 Sep 2009 14:15:50 +0000 (16:15 +0200)
committerCorentin Chary <corentincj@iksaif.net>
Wed, 30 Sep 2009 20:17:46 +0000 (22:17 +0200)
commit0ea02d0897093b3dd2ef3ee90c02b723156e4aeb
tree88b5ab281f634d72cd31001a549c5c622bd75bb7
parent0dd92faec94ebd85abb3e6f1a36c594674f5d97c
eeepc-laptop: whitespace for checkpatch.pl

checkpatch doesn't like tab+space for a return statement.

WARNING: suspect code indent for conditional statements (8, 17)
+ if (!device)
+  return -EINVAL;

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
drivers/platform/x86/eeepc-laptop.c