mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
clk: ti: dpll3xxx: use correct function names in kernel-doc
Use function names that match the implementation in kernel-doc comments to avoid kernel-doc warnings: dpll3xxx.c:938: warning: expecting prototype for omap3_non_core_dpll_save_context(). Prototype was for omap3_noncore_dpll_save_context() instead dpll3xxx.c:967: warning: expecting prototype for omap3_core_dpll_restore_context(). Prototype was for omap3_noncore_dpll_restore_context() instead Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Tero Kristo <kristo@kernel.org> Cc: linux-omap@vger.kernel.org Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: linux-clk@vger.kernel.org Link: https://lore.kernel.org/r/20240115054739.4988-1-rdunlap@infradead.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
732b1c2c9f
commit
9b6c057bc1
@ -928,7 +928,7 @@ void omap3_core_dpll_restore_context(struct clk_hw *hw)
|
||||
}
|
||||
|
||||
/**
|
||||
* omap3_non_core_dpll_save_context - Save the m and n values of the divider
|
||||
* omap3_noncore_dpll_save_context - Save the m and n values of the divider
|
||||
* @hw: pointer struct clk_hw
|
||||
*
|
||||
* Before the dpll registers are lost save the last rounded rate m and n
|
||||
@ -957,7 +957,7 @@ int omap3_noncore_dpll_save_context(struct clk_hw *hw)
|
||||
}
|
||||
|
||||
/**
|
||||
* omap3_core_dpll_restore_context - restore the m and n values of the divider
|
||||
* omap3_noncore_dpll_restore_context - restore the m and n values of the divider
|
||||
* @hw: pointer struct clk_hw
|
||||
*
|
||||
* Restore the last rounded rate m and n
|
||||
|
Loading…
Reference in New Issue
Block a user