[PATCH] docs: memory-hotplug: fix typo 'fo' -> 'for' in NODE_ADDED_FIRST_MEMORY description

pr4veensingh@proton.me posted 1 patch 2 weeks, 6 days ago
Documentation/core-api/memory-hotplug.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: memory-hotplug: fix typo 'fo' -> 'for' in NODE_ADDED_FIRST_MEMORY description
Posted by pr4veensingh@proton.me 2 weeks, 6 days ago



From cf0fb033799f1766841d876728f52ee84c89c676 Mon Sep 17 00:00:00 2001
From: Praveen Kumar Singh <pr4veensingh@proton.me>
Date: Tue, 17 Mar 2026 11:10:32 +0530
Subject: [PATCH] docs: memory-hotplug: fix typo 'fo' -> 'for' in
 NODE_ADDED_FIRST_MEMORY description

The description of NODE_ADDED_FIRST_MEMORY notification contains
a missing 'r' in the word 'for'. Fix the typo.

Signed-off-by: Praveen Kumar Singh <pr4veensingh@proton.me>
---
 Documentation/core-api/memory-hotplug.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/core-api/memory-hotplug.rst b/Documentation/core-api/memory-hotplug.rst
index 8fc97c237..46b0490f5 100644
--- a/Documentation/core-api/memory-hotplug.rst
+++ b/Documentation/core-api/memory-hotplug.rst
@@ -96,7 +96,7 @@ NODE_CANCEL_ADDING_FIRST_MEMORY
  Generated if NODE_ADDING_FIRST_MEMORY fails.

 NODE_ADDED_FIRST_MEMORY
- Generated when memory has become available fo this node for the first time.
+ Generated when memory has become available for this node for the first time.

 NODE_REMOVING_LAST_MEMORY
  Generated when the last memory available to this node is about to be offlined.
--
2.51.2.windows.1
Re: [PATCH] docs: memory-hotplug: fix typo 'fo' -> 'for' in NODE_ADDED_FIRST_MEMORY description
Posted by Jonathan Corbet 2 weeks, 6 days ago
pr4veensingh@proton.me writes:

> From cf0fb033799f1766841d876728f52ee84c89c676 Mon Sep 17 00:00:00 2001
> From: Praveen Kumar Singh <pr4veensingh@proton.me>
> Date: Tue, 17 Mar 2026 11:10:32 +0530
> Subject: [PATCH] docs: memory-hotplug: fix typo 'fo' -> 'for' in
>  NODE_ADDED_FIRST_MEMORY description

Please do not include the above in the patch body; the maintainer just
has to strip it out.  I have done that this time.

> The description of NODE_ADDED_FIRST_MEMORY notification contains
> a missing 'r' in the word 'for'. Fix the typo.
>
> Signed-off-by: Praveen Kumar Singh <pr4veensingh@proton.me>
> ---
>  Documentation/core-api/memory-hotplug.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/memory-hotplug.rst b/Documentation/core-api/memory-hotplug.rst
> index 8fc97c237..46b0490f5 100644
> --- a/Documentation/core-api/memory-hotplug.rst
> +++ b/Documentation/core-api/memory-hotplug.rst
> @@ -96,7 +96,7 @@ NODE_CANCEL_ADDING_FIRST_MEMORY
>   Generated if NODE_ADDING_FIRST_MEMORY fails.
>
>  NODE_ADDED_FIRST_MEMORY
> - Generated when memory has become available fo this node for the first time.
> + Generated when memory has become available for this node for the first time.
>
Applied, thanks.

jon