Hi Andrew, I'm not sure what my next step should be. Should I find the original patch message and reply with something specific? On Tue, 18 Feb 2025 at 09:54, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > > > The patch titled > Subject: Documentation/mm: fix spelling mistake > has been added to the -mm mm-unstable branch. Its filename is > documentation-mm-fix-spelling-mistake.patch > > This patch will shortly appear at > https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/documentation-mm-fix-spelling-mistake.patch > > This patch will later appear in the mm-unstable branch at > git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > > Before you just go and hit "reply", please: > a) Consider who else should be cc'ed > b) Prefer to cc a suitable mailing list as well > c) Ideally: find the original patch on the mailing list and do a > reply-to-all to that, adding suitable additional cc's > > *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** > > The -mm tree is included into linux-next via the mm-everything > branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > and is updated there every 2-3 working days > > ------------------------------------------------------ > From: Suchit K <suchitkarunakaran@xxxxxxxxx> > Subject: Documentation/mm: fix spelling mistake > Date: Sat, 15 Feb 2025 22:30:42 +0530 > > The word watermark was misspelled as "watemark". > > Link: https://lkml.kernel.org/r/CAO9wTFhe4sf1eVVgijt2cdLPPsUHBj7B=HN-380_JSpve5KbvQ@xxxxxxxxxxxxxx > Signed-off-by: Suchit <suchitkarunakaran@xxxxxxxxx> > Cc: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > --- > > Documentation/mm/balance.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/Documentation/mm/balance.rst~documentation-mm-fix-spelling-mistake > +++ a/Documentation/mm/balance.rst > @@ -81,7 +81,7 @@ Page stealing from process memory and sh > 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 > _ > > Patches currently in -mm which might be from suchitkarunakaran@xxxxxxxxx are > > documentation-mm-fix-spelling-mistake.patch >