From b77f0898b18b2c03e140977379d70edc57e86a37 Mon Sep 17 00:00:00 2001 From: "xingyu.wu" Date: Mon, 18 Jul 2022 10:11:56 +0800 Subject: [PATCH] clk:starfive:Modify function format about 'jh7110_pll_data_from' Modify function format about 'jh7110_pll_data_from' Signed-off-by: xingyu.wu --- drivers/clk/starfive/clk-starfive-jh7110-pll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/starfive/clk-starfive-jh7110-pll.c b/drivers/clk/starfive/clk-starfive-jh7110-pll.c index 4afb5dc..a82fe8c 100755 --- a/drivers/clk/starfive/clk-starfive-jh7110-pll.c +++ b/drivers/clk/starfive/clk-starfive-jh7110-pll.c @@ -17,8 +17,8 @@ #include "clk-starfive-jh7110-pll.h" -static struct jh7110_clk_pll_data * __init jh7110_pll_data_from( - struct clk_hw *hw) +static struct jh7110_clk_pll_data * __init + jh7110_pll_data_from(struct clk_hw *hw) { return container_of(hw, struct jh7110_clk_pll_data, hw); } -- 2.7.4