]> git.karo-electronics.de Git - karo-tx-linux.git/commit
extcon: max77693: Fix coding style
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 21 Nov 2012 04:34:58 +0000 (10:04 +0530)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 21 Nov 2012 11:01:14 +0000 (20:01 +0900)
commit1967fa08d902cbf1967a29acd2e82628cfb7c7f4
tree1d3af8137202a4c7f3ade480ff6d048ac52dae20
parent00af4b16e098f7899d78c7009f0b525c9c512f94
extcon: max77693: Fix coding style

As per kernel coding style, if one branch of conditional statement has braces,
the other one should have too.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
drivers/extcon/extcon-max77693.c