From: Stephen Boyd Date: Wed, 31 Mar 2021 02:27:02 +0000 (-0700) Subject: clk: socfpga: Fix code formatting X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=abbe1eff907f38d82de8a94000f15b56f6a0204b;p=linux.git clk: socfpga: Fix code formatting This function's parameters are oddly formatted. Looks like a newline was missed or something. Fix it. Cc: Dinh Nguyen Link: https://lore.kernel.org/r/20210331023119.3294893-1-sboyd@kernel.org Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/socfpga/clk-agilex.c b/drivers/clk/socfpga/clk-agilex.c index 319c69112bcfe..92a6d740a799d 100644 --- a/drivers/clk/socfpga/clk-agilex.c +++ b/drivers/clk/socfpga/clk-agilex.c @@ -358,7 +358,8 @@ static int agilex_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock return 0; } -static int agilex_clk_register_gate(const struct stratix10_gate_clock *clks, int nums, struct stratix10_clock_data *data) +static int agilex_clk_register_gate(const struct stratix10_gate_clock *clks, + int nums, struct stratix10_clock_data *data) { struct clk_hw *hw_clk; void __iomem *base = data->base;