aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2020-07-30 12:17:30 +0200
committerJonathan Corbet <[email protected]>2020-07-31 11:09:09 -0600
commitd4210f7013321dc6e5796445823935693ac3d83b (patch)
tree4e8adb8cccbd7e5d575715ce120be032a6bc81cd
parentda2f0060d857da25a9e3ab5cb56a4b145f85c98a (diff)
docs: ia64: correct typo
Replace RTC_WKLAM_RD with RTC_WKALM_RD. Signed-off-by: Julia Lawall <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/ia64/efirtc.rst2
1 files changed, 1 insertions, 1 deletions
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::