Skip to content

Commit

Permalink
docs: ia64: correct typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
JuliaLawall authored and Jonathan Corbet committed Jul 31, 2020
1 parent da2f006 commit d4210f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/ia64/efirtc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit d4210f7

Please sign in to comment.