]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/interface.c: fix checkpatch errors
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 19 Jun 2013 00:07:25 +0000 (10:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:09 +0000 (17:27 +1000)
commit597d9b4e2670c4cacf0228b8a0e4c910169e06e0
tree21387168dde9d708c24ba2e9e0fa497f00f54851
parentb88cb0ac3a9a76b5ce253dd781c97cb854679e8e
drivers/rtc/interface.c: fix checkpatch errors

Fixes the following types of errors:
ERROR: "foo* bar" should be "foo *bar"
ERROR: else should follow close brace '}'
WARNING: braces {} are not necessary for single statement blocks

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/interface.c