Re: [PATCH] clk: fix codying style of if ... else blocks

2015-12-04 Thread Masahiro Yamada
Hi Stephen, No value for this patch, or just you missed this? 2015-11-05 17:59 GMT+09:00 Masahiro Yamada : > This code is unreadable due to the blank line between if and else > blocks. > > Signed-off-by: Masahiro Yamada > --- > > drivers/clk/clk-mux.c | 5 ++--- > 1 file changed, 2 insertions(

[PATCH] clk: fix codying style of if ... else blocks

2015-11-05 Thread Masahiro Yamada
This code is unreadable due to the blank line between if and else blocks. Signed-off-by: Masahiro Yamada --- drivers/clk/clk-mux.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/clk/clk-mux.c b/drivers/clk/clk-mux.c index 7129c86..5ed03c8 100644 --- a/drivers/c