Skip to content

Commit abbe1ef

Browse files
committed
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent ba7e258 commit abbe1ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/clk/socfpga/clk-agilex.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ static int agilex_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock
358358
return 0;
359359
}
360360

361-
static int agilex_clk_register_gate(const struct stratix10_gate_clock *clks, int nums, struct stratix10_clock_data *data)
361+
static int agilex_clk_register_gate(const struct stratix10_gate_clock *clks,
362+
int nums, struct stratix10_clock_data *data)
362363
{
363364
struct clk_hw *hw_clk;
364365
void __iomem *base = data->base;

0 commit comments

Comments
 (0)