Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <by7jSPCep0WcWKD6nntH0wGbcN59hRhsEOc2lHBps2QizxRtedH25CdW8DO33YiqJU3Y7kGWesJnBts-jvgMzNqDvLWH3cTDYpJPuNed9hU=@proton.me>

authored by

Praveen Kumar Singh and committed by
Jonathan Corbet
d0eab64f 04c612f6

+1 -1
+1 -1
Documentation/core-api/memory-hotplug.rst
··· 96 96 Generated if NODE_ADDING_FIRST_MEMORY fails. 97 97 98 98 NODE_ADDED_FIRST_MEMORY 99 - Generated when memory has become available fo this node for the first time. 99 + Generated when memory has become available for this node for the first time. 100 100 101 101 NODE_REMOVING_LAST_MEMORY 102 102 Generated when the last memory available to this node is about to be offlined.