linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/mm: Fix spelling mistake
@ 2025-02-15 16:52 Suchit K
  2025-02-15 17:24 ` Jonathan Corbet
  0 siblings, 1 reply; 8+ messages in thread
From: Suchit K @ 2025-02-15 16:52 UTC (permalink / raw)
  To: akpm, skhan
  Cc: linux-kernel-mentees, linux-kernel, linux-doc, corbet, linux-mm

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

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
 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
-- 
2.48.1

[-- Attachment #2: Type: text/html, Size: 1231 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] Documentation/mm: Fix spelling mistake
@ 2025-02-15 17:00 Suchit K
  0 siblings, 0 replies; 8+ messages in thread
From: Suchit K @ 2025-02-15 17:00 UTC (permalink / raw)
  To: akpm, skhan
  Cc: Suchit K, linux-kernel-mentees, linux-kernel, linux-doc, linux-mm

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
 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
-- 
2.48.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] Documentation/mm: Fix spelling mistake
@ 2025-02-15 16:55 Suchit K
  0 siblings, 0 replies; 8+ messages in thread
From: Suchit K @ 2025-02-15 16:55 UTC (permalink / raw)
  To: akpm, skhan; +Cc: linux-kernel-mentees, linux-kernel, linux-doc, linux-mm

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
 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
-- 
2.48.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] Documentation/mm: Fix spelling mistake
@ 2025-02-15 16:45 Suchit K
  0 siblings, 0 replies; 8+ messages in thread
From: Suchit K @ 2025-02-15 16:45 UTC (permalink / raw)
  To: akpm
  Cc: linux-kernel-mentees, linux-kernel, skhan, linux-doc, Suchit K,
	linux-mm, corbet

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

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
 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
-- 
2.48.1

[-- Attachment #2: Type: text/html, Size: 1191 bytes --]

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

end of thread, other threads:[~2025-02-15 18:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-15 16:52 [PATCH] Documentation/mm: Fix spelling mistake Suchit K
2025-02-15 17:24 ` Jonathan Corbet
2025-02-15 17:30   ` Suchit K
2025-02-15 17:48     ` Jonathan Corbet
2025-02-15 18:07       ` Suchit K
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15 17:00 Suchit K
2025-02-15 16:55 Suchit K
2025-02-15 16:45 Suchit K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox