Re: [U-Boot] [PATCH 012/080] clk: clk_fixed_rate: Fix style violation

2017-10-08 Thread Simon Glass
On 29 September 2017 at 06:51, Mario Six wrote: > Fix a mis-indented function call in clk_fixed_rate.c > > Signed-off-by: Mario Six > --- > drivers/clk/clk_fixed_rate.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass

[U-Boot] [PATCH 012/080] clk: clk_fixed_rate: Fix style violation

2017-09-29 Thread Mario Six
Fix a mis-indented function call in clk_fixed_rate.c Signed-off-by: Mario Six --- drivers/clk/clk_fixed_rate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/clk_fixed_rate.c b/drivers/clk/clk_fixed_rate.c index 63565b6ed8..9dd6bc5726