clk: socfpga: Fix code formatting
authorStephen Boyd <sboyd@kernel.org>
Wed, 31 Mar 2021 02:27:02 +0000 (19:27 -0700)
committerStephen Boyd <sboyd@kernel.org>
Wed, 31 Mar 2021 02:31:26 +0000 (19:31 -0700)
This function's parameters are oddly formatted. Looks like a newline was
missed or something. Fix it.

Cc: Dinh Nguyen <dinguyen@kernel.org>
Link: https://lore.kernel.org/r/20210331023119.3294893-1-sboyd@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/socfpga/clk-agilex.c

index 319c69112bcfe00243899b04703250cf96a05d04..92a6d740a799dc14a56476b68b9e2419e7f95314 100644 (file)
@@ -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;