From: xingyu.wu Date: Mon, 18 Jul 2022 02:11:56 +0000 (+0800) Subject: clk:starfive:Modify function format about 'jh7110_pll_data_from' X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b77f0898b18b2c03e140977379d70edc57e86a37;p=platform%2Fkernel%2Flinux-starfive.git clk:starfive:Modify function format about 'jh7110_pll_data_from' Modify function format about 'jh7110_pll_data_from' Signed-off-by: xingyu.wu --- 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); }