* [PATCH] Documentation: mm: use `s/higmem/highmem/` fix typo for highmem
@ 2023-01-18 2:54 Deming Wang
2023-01-18 17:42 ` Ira Weiny
0 siblings, 1 reply; 2+ messages in thread
From: Deming Wang @ 2023-01-18 2:54 UTC (permalink / raw)
To: corbet, akpm, fmdefrancesco, bigeasy, ira.weiny, rppt
Cc: linux-doc, linux-kernel, Deming Wang
We should use highmem replace higmem.
Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
Documentation/mm/highmem.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/mm/highmem.rst b/Documentation/mm/highmem.rst
index 59d1078f53df..7da4a0d175f0 100644
--- a/Documentation/mm/highmem.rst
+++ b/Documentation/mm/highmem.rst
@@ -83,7 +83,7 @@ list shows them in order of preference of use.
for pages which are known to not come from ZONE_HIGHMEM. However, it is
always safe to use kmap_local_page() / kunmap_local().
- While it is significantly faster than kmap(), for the higmem case it
+ While it is significantly faster than kmap(), for the highmem case it
comes with restrictions about the pointers validity. Contrary to kmap()
mappings, the local mappings are only valid in the context of the caller
and cannot be handed to other contexts. This implies that users must
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: mm: use `s/higmem/highmem/` fix typo for highmem
2023-01-18 2:54 [PATCH] Documentation: mm: use `s/higmem/highmem/` fix typo for highmem Deming Wang
@ 2023-01-18 17:42 ` Ira Weiny
0 siblings, 0 replies; 2+ messages in thread
From: Ira Weiny @ 2023-01-18 17:42 UTC (permalink / raw)
To: Deming Wang, corbet, akpm, fmdefrancesco, bigeasy, ira.weiny,
rppt
Cc: linux-doc, linux-kernel, Deming Wang
Deming Wang wrote:
> We should use highmem replace higmem.
>
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
> ---
> Documentation/mm/highmem.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/mm/highmem.rst b/Documentation/mm/highmem.rst
> index 59d1078f53df..7da4a0d175f0 100644
> --- a/Documentation/mm/highmem.rst
> +++ b/Documentation/mm/highmem.rst
> @@ -83,7 +83,7 @@ list shows them in order of preference of use.
> for pages which are known to not come from ZONE_HIGHMEM. However, it is
> always safe to use kmap_local_page() / kunmap_local().
>
> - While it is significantly faster than kmap(), for the higmem case it
> + While it is significantly faster than kmap(), for the highmem case it
> comes with restrictions about the pointers validity. Contrary to kmap()
> mappings, the local mappings are only valid in the context of the caller
> and cannot be handed to other contexts. This implies that users must
> --
> 2.27.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-18 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18 2:54 [PATCH] Documentation: mm: use `s/higmem/highmem/` fix typo for highmem Deming Wang
2023-01-18 17:42 ` Ira Weiny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox