clk: ti: fix typo in routine description
authorDario Binacchi <dariobin@libero.it>
Sun, 6 Jun 2021 20:22:49 +0000 (22:22 +0200)
committerStephen Boyd <sboyd@kernel.org>
Wed, 9 Jun 2021 00:49:16 +0000 (17:49 -0700)
Replace _omap3_noncore_dpll_program with omap3_noncore_dpll_program.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20210606202253.31649-2-dariobin@libero.it
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/ti/dpll3xxx.c

index 6097b09..94d5b5f 100644 (file)
@@ -292,7 +292,7 @@ static void _lookup_sddiv(struct clk_hw_omap *clk, u8 *sd_div, u16 m, u8 n)
 }
 
 /**
- * _omap3_noncore_dpll_program - set non-core DPLL M,N values directly
+ * omap3_noncore_dpll_program - set non-core DPLL M,N values directly
  * @clk:       struct clk * of DPLL to set
  * @freqsel:   FREQSEL value to set
  *