From d4210f7013321dc6e5796445823935693ac3d83b Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Thu, 30 Jul 2020 12:17:30 +0200 Subject: docs: ia64: correct typo Replace RTC_WKLAM_RD with RTC_WKALM_RD. Signed-off-by: Julia Lawall Link: https://lore.kernel.org/r/1596104250-32673-1-git-send-email-Julia.Lawall@inria.fr Signed-off-by: Jonathan Corbet --- Documentation/ia64/efirtc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ia64/efirtc.rst b/Documentation/ia64/efirtc.rst index 2f7ff5026308..fd8328408301 100644 --- a/Documentation/ia64/efirtc.rst +++ b/Documentation/ia64/efirtc.rst @@ -113,7 +113,7 @@ We have added 2 new ioctl()s that are specific to the EFI driver: Read the current state of the alarm:: - ioctl(d, RTC_WKLAM_RD, &wkt) + ioctl(d, RTC_WKALM_RD, &wkt) Set the alarm or change its status:: -- cgit v1.2.3-59-g8ed1b