Skip to content

Commit c255f15

Browse files
passgatbebarino
authored andcommitted
clk: ti: fix typo in routine description
Replace _omap3_noncore_dpll_program with omap3_noncore_dpll_program. Signed-off-by: Dario Binacchi <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6efb943 commit c255f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/ti/dpll3xxx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static void _lookup_sddiv(struct clk_hw_omap *clk, u8 *sd_div, u16 m, u8 n)
292292
}
293293

294294
/**
295-
* _omap3_noncore_dpll_program - set non-core DPLL M,N values directly
295+
* omap3_noncore_dpll_program - set non-core DPLL M,N values directly
296296
* @clk: struct clk * of DPLL to set
297297
* @freqsel: FREQSEL value to set
298298
*

0 commit comments

Comments
 (0)