]> git.karo-electronics.de Git - linux-beck.git/commit
clk: fix codying style of if ... else blocks
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 5 Nov 2015 08:59:39 +0000 (17:59 +0900)
committerMichael Turquette <mturquette@baylibre.com>
Tue, 22 Dec 2015 18:11:52 +0000 (10:11 -0800)
commit3837bd277abd08395588139759cbd56f00f14cb4
treee9a1e27541a93fc6f7f58fd8217cb005a7646908
parent41cabbc24d0a071cdd9135f854eee5c1e193c097
clk: fix codying style of if ... else blocks

This code is unreadable due to the blank line between if and else
blocks.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
drivers/clk/clk-mux.c