]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/interface.c: fix checkpatch errors
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 7 Jun 2013 00:08:47 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Jun 2013 05:42:46 +0000 (15:42 +1000)
commit4735bc30e1535d0b3a7b9e71dcb52b162d8a3059
treef0b0c4fef535b1bf837b522a07c2f0cf67c46b4e
parent326f9a7be4d05105542e5b049c7ba29314d787d6
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