diff options
| author | Yahya Saqban <yahyasaqban@gmail.com> | 2026-05-13 00:02:35 +0300 |
|---|---|---|
| committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2026-06-23 00:13:35 +0200 |
| commit | 4202e4254403156a00711990ec99982f43bd99f5 (patch) | |
| tree | 2adb7917e15bb5e2a6f4d7b0a3a1b928586aae78 | |
| parent | a369f48be8de426a7d2bca18dbd46c2ad1138803 (diff) | |
| download | linux-next-4202e4254403156a00711990ec99982f43bd99f5.tar.gz linux-next-4202e4254403156a00711990ec99982f43bd99f5.zip | |
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>
| -rw-r--r-- | drivers/rtc/interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/interface.c b/drivers/rtc/interface.c index 7859be8f2a92..96626f8068f9 100644 --- a/drivers/rtc/interface.c +++ b/drivers/rtc/interface.c @@ -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). |
