[PATCH] Documentation: x86: fix typo in x86_64/mm.rst

Wang Yong posted 1 patch 2 years, 8 months ago
Documentation/x86/x86_64/mm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: x86: fix typo in x86_64/mm.rst
Posted by Wang Yong 2 years, 8 months ago
change "64Gb" to "64GB".

Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
---
 Documentation/x86/x86_64/mm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/x86/x86_64/mm.rst b/Documentation/x86/x86_64/mm.rst
index 9798676bb0bf..35e5e18c83d0 100644
--- a/Documentation/x86/x86_64/mm.rst
+++ b/Documentation/x86/x86_64/mm.rst
@@ -140,7 +140,7 @@ The direct mapping covers all memory in the system up to the highest
 memory address (this means in some cases it can also include PCI memory
 holes).
 
-We map EFI runtime services in the 'efi_pgd' PGD in a 64Gb large virtual
+We map EFI runtime services in the 'efi_pgd' PGD in a 64GB large virtual
 memory window (this size is arbitrary, it can be raised later if needed).
 The mappings are not part of any other kernel PGD and are only available
 during EFI runtime calls.
-- 
2.25.1
Re: [PATCH] Documentation: x86: fix typo in x86_64/mm.rst
Posted by Jonathan Corbet 2 years, 8 months ago
Wang Yong <yongw.kernel@gmail.com> writes:

> change "64Gb" to "64GB".
>
> Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
> ---
>  Documentation/x86/x86_64/mm.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/x86/x86_64/mm.rst b/Documentation/x86/x86_64/mm.rst
> index 9798676bb0bf..35e5e18c83d0 100644
> --- a/Documentation/x86/x86_64/mm.rst
> +++ b/Documentation/x86/x86_64/mm.rst
> @@ -140,7 +140,7 @@ The direct mapping covers all memory in the system up to the highest
>  memory address (this means in some cases it can also include PCI memory
>  holes).
>  
> -We map EFI runtime services in the 'efi_pgd' PGD in a 64Gb large virtual
> +We map EFI runtime services in the 'efi_pgd' PGD in a 64GB large virtual
>  memory window (this size is arbitrary, it can be raised later if needed).

Applied, thanks.

jon