]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/interface.c: fix checkpatch errors
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 9 May 2013 23:57:27 +0000 (09:57 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 21 May 2013 04:17:47 +0000 (14:17 +1000)
commitc673c1ed67ee0bdd78e648dd6b6a26b9ca9752d7
tree1fed56290cc4441f46071e816e1f9ae129281ad3
parent833998b5939c3d74076efe0f8dd7d6a5f628291a
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