]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rtc: interface: fix typos in rtc_handle_legacy_irq() documentation
authorYahya Saqban <yahyasaqban@gmail.com>
Tue, 12 May 2026 21:02:35 +0000 (00:02 +0300)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 22 Jun 2026 22:13:35 +0000 (00:13 +0200)
commit4202e4254403156a00711990ec99982f43bd99f5
tree2adb7917e15bb5e2a6f4d7b0a3a1b928586aae78
parenta369f48be8de426a7d2bca18dbd46c2ad1138803
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>
drivers/rtc/interface.c