mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
rtc: interface: fix typos in rtc_handle_legacy_irq() documentation
Fix spelling of 'occurence' to 'occurrence' and 'of' to 'or' in the kernel-doc comment for rtc_handle_legacy_irq(). Signed-off-by: Yahya Saqban <yahyasaqban@gmail.com> Link: https://patch.msgid.link/20260512210235.343070-1-yahyasaqban@gmail.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
committed by
Alexandre Belloni
parent
a369f48be8
commit
4202e42544
@@ -675,8 +675,8 @@ EXPORT_SYMBOL_GPL(rtc_update_irq_enable);
|
||||
/**
|
||||
* rtc_handle_legacy_irq - AIE, UIE and PIE event hook
|
||||
* @rtc: pointer to the rtc device
|
||||
* @num: number of occurence of the event
|
||||
* @mode: type of the event, RTC_AF, RTC_UF of RTC_PF
|
||||
* @num: number of occurrence of the event
|
||||
* @mode: type of the event, RTC_AF, RTC_UF or RTC_PF
|
||||
*
|
||||
* This function is called when an AIE, UIE or PIE mode interrupt
|
||||
* has occurred (or been emulated).
|
||||
|
||||
Reference in New Issue
Block a user