clk:starfive:Modify function format about 'jh7110_pll_data_from'
authorxingyu.wu <xingyu.wu@starfivetech.com>
Mon, 18 Jul 2022 02:11:56 +0000 (10:11 +0800)
committerxingyu.wu <xingyu.wu@starfivetech.com>
Wed, 20 Jul 2022 08:48:24 +0000 (16:48 +0800)
Modify function format about 'jh7110_pll_data_from'

Signed-off-by: xingyu.wu <xingyu.wu@starfivetech.com>
drivers/clk/starfive/clk-starfive-jh7110-pll.c

index 4afb5dc..a82fe8c 100755 (executable)
@@ -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);
 }