projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a13b6c
)
docs: hugetlbpage.rst: fix a typo of hugepage size
author
Hoi Pok Wu
<wuhoipok@gmail.com>
Thu, 22 Sep 2022 03:06:45 +0000
(11:06 +0800)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 27 Sep 2022 19:21:45 +0000
(13:21 -0600)
should be kB instead of Kb
Signed-off-by: Hoi Pok Wu <wuhoipok@gmail.com>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Link:
https://lore.kernel.org/r/20220922030645.9719-1-wuhoipok@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/mm/hugetlbpage.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/mm/hugetlbpage.rst
b/Documentation/admin-guide/mm/hugetlbpage.rst
index
8e2727d
..
19f27c0
100644
(file)
--- 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.