diff mbox series

Documentation/mm: Fix spelling mistake

Message ID CAO9wTFiZ8wyangitV6RZLYiL5yF5CV1eRXYYzJKhXyP2UvGDJQ@mail.gmail.com (mailing list archive)
State New
Headers show
Series Documentation/mm: Fix spelling mistake | expand

Commit Message

Suchit K Feb. 15, 2025, 4:52 p.m. UTC
The word watermark was misspelled as "watemark" in the balance.rst file.
This commit corrects the spelling error.

Signed-off-by: Suchit <suchitkarunakaran@gmail.com>
---
 Documentation/mm/balance.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

These
 are per-zone fields, used to determine when a zone needs to be balanced.
When
 the number of pages falls below watermark[WMARK_MIN], the hysteric field
 low_on_memory gets set. This stays set till the number of free pages
becomes

Comments

Jonathan Corbet Feb. 15, 2025, 5:24 p.m. UTC | #1
Suchit K <suchitkarunakaran@gmail.com> writes:

> The word watermark was misspelled as "watemark" in the balance.rst file. This commit corrects
> the spelling error.
>
> Signed-off-by: Suchit <suchitkarunakaran@gmail.com>
> ---
>  Documentation/mm/balance.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/mm/balance.rst b/Documentation/mm/balance.rst
> index abaa78561..c4962c89a 100644
> --- a/Documentation/mm/balance.rst
> +++ b/Documentation/mm/balance.rst
> @@ -81,7 +81,7 @@ Page stealing from process memory and shm is done if stealing the page
> would
>  alleviate memory pressure on any zone in the page's node that has fallen below
>  its watermark.
>  
> -watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
> These
> +watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
> These
>  are per-zone fields, used to determine when a zone needs to be balanced. When

So why are you resending this patch - has it changed somehow?

As long as you send in HTML, your email will not make it to the mailing
lists.  Please configure your email client to not do that.  There are
some suggestions in Documentation/process/email-clients.rst if you need
them.

Also, please include your full name in the signed-off-by line.

Thanks,

jon
Suchit K Feb. 15, 2025, 5:30 p.m. UTC | #2
Hi Jon. Thanks for the suggestions. I initially sent HTML content so it was
rejected and had to send it in plain text again.

On Sat, 15 Feb 2025, 22:54 Jonathan Corbet, <corbet@lwn.net> wrote:

> Suchit K <suchitkarunakaran@gmail.com> writes:
>
> > The word watermark was misspelled as "watemark" in the balance.rst file.
> This commit corrects
> > the spelling error.
> >
> > Signed-off-by: Suchit <suchitkarunakaran@gmail.com>
> > ---
> >  Documentation/mm/balance.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/mm/balance.rst b/Documentation/mm/balance.rst
> > index abaa78561..c4962c89a 100644
> > --- a/Documentation/mm/balance.rst
> > +++ b/Documentation/mm/balance.rst
> > @@ -81,7 +81,7 @@ Page stealing from process memory and shm is done if
> stealing the page
> > would
> >  alleviate memory pressure on any zone in the page's node that has
> fallen below
> >  its watermark.
> >
> > -watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
> > These
> >
> +watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
> > These
> >  are per-zone fields, used to determine when a zone needs to be
> balanced. When
>
> So why are you resending this patch - has it changed somehow?
>
> As long as you send in HTML, your email will not make it to the mailing
> lists.  Please configure your email client to not do that.  There are
> some suggestions in Documentation/process/email-clients.rst if you need
> them.
>
> Also, please include your full name in the signed-off-by line.
>
> Thanks,
>
> jon
>
Jonathan Corbet Feb. 15, 2025, 5:48 p.m. UTC | #3
Suchit K <suchitkarunakaran@gmail.com> writes:

> Hi Jon. Thanks for the suggestions. I initially sent HTML content so
> it was rejected and had to send it in plain text again.

When you resend, please always say why.  Meanwhile, though, you have not
yet succeeded in sending plain-text-only email.

Thanks,

jon
Suchit K Feb. 15, 2025, 6:07 p.m. UTC | #4
I'm sorry about sending HTML content again. I've configured my email
client to use plain text mode now. Once again, thanks for your
understanding and patience.

On Sat, 15 Feb 2025 at 23:18, Jonathan Corbet <corbet@lwn.net> wrote:
>
> Suchit K <suchitkarunakaran@gmail.com> writes:
>
> > Hi Jon. Thanks for the suggestions. I initially sent HTML content so
> > it was rejected and had to send it in plain text again.
>
> When you resend, please always say why.  Meanwhile, though, you have not
> yet succeeded in sending plain-text-only email.
>
> Thanks,
>
> jon
diff mbox series

Patch

diff --git a/Documentation/mm/balance.rst b/Documentation/mm/balance.rst
index abaa78561..c4962c89a 100644
--- a/Documentation/mm/balance.rst
+++ b/Documentation/mm/balance.rst
@@ -81,7 +81,7 @@  Page stealing from process memory and shm is done if
stealing the page would
 alleviate memory pressure on any zone in the page's node that has fallen
below
 its watermark.

-watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
These
+watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd: