Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
Jonathan Corbet
d4210f70 da2f0060

+1 -1
+1 -1
Documentation/ia64/efirtc.rst
··· 113 113 114 114 Read the current state of the alarm:: 115 115 116 - ioctl(d, RTC_WKLAM_RD, &wkt) 116 + ioctl(d, RTC_WKALM_RD, &wkt) 117 117 118 118 Set the alarm or change its status:: 119 119