From: Akiyoshi Kurita Date: Wed, 12 Nov 2025 11:37:59 +0000 (+0900) Subject: Documentation: ABI: testing: Fix "upto" typo in rtc-cdev X-Git-Tag: v6.19-rc1~15^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22a6db42253744f0f54ab632da0140b690feb44d;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20251112113759.2953758-1-weibu@redadmin.org Signed-off-by: Alexandre Belloni --- diff --git a/Documentation/ABI/testing/rtc-cdev b/Documentation/ABI/testing/rtc-cdev index 25910c3c3d7e..cec099a27c6d 100644 --- a/Documentation/ABI/testing/rtc-cdev +++ b/Documentation/ABI/testing/rtc-cdev @@ -14,7 +14,7 @@ Description: for RTCs that support alarms * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for - RTCs that support alarms. Can be set upto 24 hours in the + RTCs that support alarms. Can be set up to 24 hours in the future. Requires a separate RTC_AIE_ON call to enable the alarm interrupt. (Prefer to use RTC_WKALM_*)