diff options
author | Julia Lawall | 2020-07-30 12:17:30 +0200 |
---|---|---|
committer | Jonathan Corbet | 2020-07-31 11:09:09 -0600 |
commit | d4210f7013321dc6e5796445823935693ac3d83b (patch) | |
tree | 4e8adb8cccbd7e5d575715ce120be032a6bc81cd /Documentation/ia64 | |
parent | da2f0060d857da25a9e3ab5cb56a4b145f85c98a (diff) |
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>
Diffstat (limited to 'Documentation/ia64')
-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:: |