diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2020-07-30 13:17:30 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-31 20:09:09 +0300 |
commit | d4210f7013321dc6e5796445823935693ac3d83b (patch) | |
tree | 4e8adb8cccbd7e5d575715ce120be032a6bc81cd | |
parent | da2f0060d857da25a9e3ab5cb56a4b145f85c98a (diff) | |
download | linux-d4210f7013321dc6e5796445823935693ac3d83b.tar.xz |
docs: ia64: correct typo
Replace RTC_WKLAM_RD with RTC_WKALM_RD.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/1596104250-32673-1-git-send-email-Julia.Lawall@inria.fr
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/ia64/efirtc.rst | 2 |
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:: |