linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/highmem: fix spelling mistakeo
@ 2023-01-18  0:43 Deming Wang
  2023-01-18  2:21 ` Bagas Sanjaya
  2023-01-19 12:11 ` Fabio M. De Francesco
  0 siblings, 2 replies; 5+ messages in thread
From: Deming Wang @ 2023-01-18  0:43 UTC (permalink / raw)
  To: corbet, fmdefrancesco, akpm, bigeasy, ira.weiny, rppt
  Cc: linux-doc, linux-kernel, Deming Wang

Substitute occurrencies of "higmem" with "highmem".

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] 5+ messages in thread

* Re: [PATCH] mm/highmem: fix spelling mistakeo
  2023-01-18  0:43 [PATCH] mm/highmem: fix spelling mistakeo Deming Wang
@ 2023-01-18  2:21 ` Bagas Sanjaya
  2023-01-18  2:55   ` 答复: " tomorrow Wang (王德明)
  2023-01-19 12:11 ` Fabio M. De Francesco
  1 sibling, 1 reply; 5+ messages in thread
From: Bagas Sanjaya @ 2023-01-18  2:21 UTC (permalink / raw)
  To: Deming Wang, corbet, fmdefrancesco, akpm, bigeasy, ira.weiny,
	rppt
  Cc: linux-doc, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1373 bytes --]

On Tue, Jan 17, 2023 at 07:43:56PM -0500, Deming Wang wrote:
> Substitute occurrencies of "higmem" with "highmem".
> 
> 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

Are you sure you have seen the other occurences of higmem in the same
doc? If so, do s/higmem/highmem/g.

Also, the patch subject prefix should have been Documentation: mm:
highmem, and also s/mistakeo/mistake/ in the subject.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* 答复: [PATCH] mm/highmem: fix spelling mistakeo
  2023-01-18  2:21 ` Bagas Sanjaya
@ 2023-01-18  2:55   ` tomorrow Wang (王德明)
  2023-01-19  2:11     ` Bagas Sanjaya
  0 siblings, 1 reply; 5+ messages in thread
From: tomorrow Wang (王德明) @ 2023-01-18  2:55 UTC (permalink / raw)
  To: bagasdotme@gmail.com, corbet@lwn.net, fmdefrancesco@gmail.com,
	akpm@linux-foundation.org, bigeasy@linutronix.de,
	ira.weiny@intel.com, rppt@kernel.org
  Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org


[-- Attachment #1.1: Type: text/plain, Size: 1876 bytes --]

Hi,

 I find only one typo about higmem. And I have modified the subject.

Thanks

> send: Bagas Sanjaya <bagasdotme@gmail.com>
> time: 2023年1月18日 10:21
> to: tomorrow Wang (王德明) <wangdeming@inspur.com>;
> corbet@lwn.net; fmdefrancesco@gmail.com; akpm@linux-foundation.org;
> bigeasy@linutronix.de; ira.weiny@intel.com; rppt@kernel.org
> subject: Re: [PATCH] mm/highmem: fix spelling mistakeo
> 
> On Tue, Jan 17, 2023 at 07:43:56PM -0500, Deming Wang wrote:
> > Substitute occurrencies of "higmem" with "highmem".
> >
> > 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
> 
> Are you sure you have seen the other occurences of higmem in the same doc?
> If so, do s/higmem/highmem/g.
> 
> Also, the patch subject prefix should have been Documentation: mm:
> highmem, and also s/mistakeo/mistake/ in the subject.
> 
> Thanks.
> 
> --
> An old man doll... just what I always wanted! - Clara

[-- Attachment #1.2: 0001-Documentation-mm-use-s-higmem-highmem-fix-typo-for-h.patch --]
[-- Type: application/octet-stream, Size: 1205 bytes --]

From 97b1ab6a569d7517819f9deff63ec3e7c96879c7 Mon Sep 17 00:00:00 2001
From: Deming Wang <wangdeming@inspur.com>
Date: Wed, 18 Jan 2023 10:27:03 +0800
Subject: [PATCH] Documentation: mm: use `s/higmem/highmem/` fix typo for
 highmem

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


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 3780 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: 答复: [PATCH] mm/highmem: fix spelling mistakeo
  2023-01-18  2:55   ` 答复: " tomorrow Wang (王德明)
@ 2023-01-19  2:11     ` Bagas Sanjaya
  0 siblings, 0 replies; 5+ messages in thread
From: Bagas Sanjaya @ 2023-01-19  2:11 UTC (permalink / raw)
  To: tomorrow Wang (王德明), corbet@lwn.net,
	fmdefrancesco@gmail.com, akpm@linux-foundation.org,
	bigeasy@linutronix.de, ira.weiny@intel.com, rppt@kernel.org
  Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org

On 1/18/23 09:55, tomorrow Wang (王德明) wrote:
> Hi,
> 
>  I find only one typo about higmem. And I have modified the subject.
> 

You send your patch as attachment, please send it inline instead
with git-send-email(1).

Also, please don't top-post; reply inline with appropriate context
instead.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] mm/highmem: fix spelling mistakeo
  2023-01-18  0:43 [PATCH] mm/highmem: fix spelling mistakeo Deming Wang
  2023-01-18  2:21 ` Bagas Sanjaya
@ 2023-01-19 12:11 ` Fabio M. De Francesco
  1 sibling, 0 replies; 5+ messages in thread
From: Fabio M. De Francesco @ 2023-01-19 12:11 UTC (permalink / raw)
  To: corbet, akpm, bigeasy, ira.weiny, rppt, Deming Wang
  Cc: linux-doc, linux-kernel, Deming Wang

On mercoledì 18 gennaio 2023 01:43:56 CET Deming Wang wrote:
> Substitute occurrencies of "higmem" with "highmem".

s/occurrencies/occurrences
 
> 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

I think you missed a patch which is already in Andrew's -mm-unstable tree:

[PATCH] mm: Fix two spelling mistakes in highmem.h
https://lore.kernel.org/lkml/20230105121305.30714-1-fmdefrancesco@gmail.com/

Fabio




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-19 12:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18  0:43 [PATCH] mm/highmem: fix spelling mistakeo Deming Wang
2023-01-18  2:21 ` Bagas Sanjaya
2023-01-18  2:55   ` 答复: " tomorrow Wang (王德明)
2023-01-19  2:11     ` Bagas Sanjaya
2023-01-19 12:11 ` Fabio M. De Francesco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).