Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: ABI: testing: Fix "upto" typo in rtc-cdev

The word "upto" is a common typo for "up to". Correct this.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Link: https://patch.msgid.link/20251112113759.2953758-1-weibu@redadmin.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Akiyoshi Kurita and committed by
Alexandre Belloni
22a6db42 49a51df4

+1 -1
+1 -1
Documentation/ABI/testing/rtc-cdev
··· 14 14 for RTCs that support alarms 15 15 16 16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for 17 - RTCs that support alarms. Can be set upto 24 hours in the 17 + RTCs that support alarms. Can be set up to 24 hours in the 18 18 future. Requires a separate RTC_AIE_ON call to enable the 19 19 alarm interrupt. (Prefer to use RTC_WKALM_*) 20 20