2022-11-01 17:06:07

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] docs: ia64: Fix a typo ("identify mappings")

The correct term here, also used in the next line, is "identity
mappings". "itentify mappings" was probably just a typo.

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
Documentation/ia64/aliasing.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ia64/aliasing.rst b/Documentation/ia64/aliasing.rst
index a08b36aba0159..36a1e1d4842b8 100644
--- a/Documentation/ia64/aliasing.rst
+++ b/Documentation/ia64/aliasing.rst
@@ -61,7 +61,7 @@ Memory Map
The efi_memmap table is preserved unmodified because the original
boot-time information is required for kexec.

-Kernel Identify Mappings
+Kernel Identity Mappings
========================

Linux/ia64 identity mappings are done with large pages, currently
--
2.35.1



2022-11-09 21:46:13

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: ia64: Fix a typo ("identify mappings")

Jonathan Neuschäfer <[email protected]> writes:

> The correct term here, also used in the next line, is "identity
> mappings". "itentify mappings" was probably just a typo.
>
> Signed-off-by: Jonathan Neuschäfer <[email protected]>
> ---
> Documentation/ia64/aliasing.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/ia64/aliasing.rst b/Documentation/ia64/aliasing.rst
> index a08b36aba0159..36a1e1d4842b8 100644
> --- a/Documentation/ia64/aliasing.rst
> +++ b/Documentation/ia64/aliasing.rst
> @@ -61,7 +61,7 @@ Memory Map
> The efi_memmap table is preserved unmodified because the original
> boot-time information is required for kexec.
>
> -Kernel Identify Mappings
> +Kernel Identity Mappings
> ========================

Applied, thanks.

jon