Re: [PATCH] docs: ia64: correct typo

From: Jonathan Corbet
Date: Fri Jul 31 2020 - 13:09:35 EST


On Thu, 30 Jul 2020 12:17:30 +0200
Julia Lawall <Julia.Lawall@xxxxxxxx> wrote:

> Replace RTC_WKLAM_RD with RTC_WKALM_RD.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx>
>
> ---
> Documentation/ia64/efirtc.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/ia64/efirtc.rst b/Documentation/ia64/efirtc.rst
> index 2f7ff50..fd83284 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)

Applied to the docs tree, thanks.

jon