Re: [PATCH] clk: socfpga: deindent code to proper indentation

2019-08-14 Thread Stephen Boyd
Quoting Stephen Boyd (2019-08-13 17:24:02) > This code is indented oddly, causing checkpatch to complain. Indent it > properly. > > Cc: Dinh Nguyen > Signed-off-by: Stephen Boyd > --- Applied to clk-next

Re: [PATCH] clk: socfpga: deindent code to proper indentation

2019-08-14 Thread Dinh Nguyen
On 8/13/19 7:24 PM, Stephen Boyd wrote: > This code is indented oddly, causing checkpatch to complain. Indent it > properly. > > Cc: Dinh Nguyen > Signed-off-by: Stephen Boyd > --- > drivers/clk/socfpga/clk-gate.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by:

[PATCH] clk: socfpga: deindent code to proper indentation

2019-08-13 Thread Stephen Boyd
This code is indented oddly, causing checkpatch to complain. Indent it properly. Cc: Dinh Nguyen Signed-off-by: Stephen Boyd --- drivers/clk/socfpga/clk-gate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/socfpga/clk-gate.c