2022-09-22 03:12:40

by Hoi Pok Wu

[permalink] [raw]
Subject: [PATCH] docs: hugetlbpage.rst: fix a typo of hugepage size

should be kB instead of Kb

Signed-off-by: Hoi Pok Wu <[email protected]>
---
Documentation/admin-guide/mm/hugetlbpage.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/mm/hugetlbpage.rst b/Documentation/admin-guide/mm/hugetlbpage.rst
index 8e2727dc18d4..19f27c0d92e0 100644
--- a/Documentation/admin-guide/mm/hugetlbpage.rst
+++ b/Documentation/admin-guide/mm/hugetlbpage.rst
@@ -65,7 +65,7 @@ HugePages_Surp
may be temporarily larger than the maximum number of surplus huge
pages when the system is under memory pressure.
Hugepagesize
- is the default hugepage size (in Kb).
+ is the default hugepage size (in kB).
Hugetlb
is the total amount of memory (in kB), consumed by huge
pages of all sizes.
--
2.37.3


2022-09-22 05:48:42

by Muchun Song

[permalink] [raw]
Subject: Re: [PATCH] docs: hugetlbpage.rst: fix a typo of hugepage size



> On Sep 22, 2022, at 11:06, Hoi Pok Wu <[email protected]> wrote:
>
> should be kB instead of Kb
>
> Signed-off-by: Hoi Pok Wu <[email protected]>

Reviewed-by: Muchun Song <[email protected]>

Thanks.

2022-09-26 23:49:14

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: hugetlbpage.rst: fix a typo of hugepage size

Hoi Pok Wu <[email protected]> writes:

> should be kB instead of Kb
>
> Signed-off-by: Hoi Pok Wu <[email protected]>
> ---
> Documentation/admin-guide/mm/hugetlbpage.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/mm/hugetlbpage.rst b/Documentation/admin-guide/mm/hugetlbpage.rst
> index 8e2727dc18d4..19f27c0d92e0 100644
> --- a/Documentation/admin-guide/mm/hugetlbpage.rst
> +++ b/Documentation/admin-guide/mm/hugetlbpage.rst
> @@ -65,7 +65,7 @@ HugePages_Surp
> may be temporarily larger than the maximum number of surplus huge
> pages when the system is under memory pressure.
> Hugepagesize
> - is the default hugepage size (in Kb).
> + is the default hugepage size (in kB).

Applied, thanks.

jon