mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 17:23:36 +00:00
ARM: OMAP2+: clock: fix a function name in kernel-doc
Use the correct function name in a kernel-doc comment to prevent a kernel-doc warning: clkt2xxx_virt_prcm_set.c:173: warning: expecting prototype for omap2xxx_clkt_vps_check_bootloader_rate(). Prototype was for omap2xxx_clkt_vps_check_bootloader_rates() instead Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Tony Lindgren <tony@atomide.com> Cc: linux-omap@vger.kernel.org Cc: Russell King <linux@armlinux.org.uk> Cc: linux-arm-kernel@lists.infradead.org Cc: patches@armlinux.org.uk Message-ID: <20240117011004.22669-4-rdunlap@infradead.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
e849e1630d
commit
e0174a2287
@ -162,7 +162,7 @@ static int omap2_select_table_rate(struct clk_hw *hw, unsigned long rate,
|
||||
}
|
||||
|
||||
/**
|
||||
* omap2xxx_clkt_vps_check_bootloader_rate - determine which of the rate
|
||||
* omap2xxx_clkt_vps_check_bootloader_rates - determine which of the rate
|
||||
* table sets matches the current CORE DPLL hardware rate
|
||||
*
|
||||
* Check the MPU rate set by bootloader. Sets the 'curr_prcm_set'
|
||||
|
Loading…
Reference in New Issue
Block a user