Re: [PATCH 1/2] clk: zynq: trivial warning fix

From: Stephen Boyd
Date: Fri Mar 11 2022 - 21:26:26 EST


Quoting Shubhrajyoti Datta (2022-02-22 05:09:02)
> Fix the below warning
>
> WARNING: Missing a blank line after declarations
> + int enable = !!(fclk_enable & BIT(i - fclk0));
> + zynq_clk_register_fclk(i, clk_output_name[i],
>
> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx>
> ---

Applied to clk-next