* + mm-fix-typos-in-comments-in-mm_initc.patch added to mm-unstable branch
@ 2025-04-20 20:31 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-04-20 20:31 UTC (permalink / raw)
To: mm-commits, rppt, pvkumar5749404, akpm
The patch titled
Subject: mm: fix typos in comments in mm_init.c
has been added to the -mm mm-unstable branch. Its filename is
mm-fix-typos-in-comments-in-mm_initc.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-fix-typos-in-comments-in-mm_initc.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: Prabhav Kumar Vaish <pvkumar5749404@gmail.com>
Subject: mm: fix typos in comments in mm_init.c
Date: Sun, 20 Apr 2025 19:34:40 +0530
Corrected minor typos in comments:
- 'contigious' -> 'contiguous'
- 'hierarcy' -> 'hierarchy'
This is a non-functional change in comment text only.
Link: https://lkml.kernel.org/r/20250420140440.18817-1-pvkumar5749404@gmail.com
Signed-off-by: Prabhav Kumar Vaish <pvkumar5749404@gmail.com>
Cc: Mike Rapoport <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/mm_init.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/mm/mm_init.c~mm-fix-typos-in-comments-in-mm_initc
+++ a/mm/mm_init.c
@@ -834,7 +834,7 @@ overlap_memmap_init(unsigned long zone,
* - physical memory bank size is not necessarily the exact multiple of the
* arbitrary section size
* - early reserved memory may not be listed in memblock.memory
- * - non-memory regions covered by the contigious flatmem mapping
+ * - non-memory regions covered by the contiguous flatmem mapping
* - memory layouts defined with memmap= kernel parameter may not align
* nicely with memmap sections
*
@@ -1914,7 +1914,7 @@ void __init free_area_init(unsigned long
free_area_init_node(nid);
/*
- * No sysfs hierarcy will be created via register_one_node()
+ * No sysfs hierarchy will be created via register_one_node()
*for memory-less node because here it's not marked as N_MEMORY
*and won't be set online later. The benefit is userspace
*program won't be confused by sysfs files/directories of
_
Patches currently in -mm which might be from pvkumar5749404@gmail.com are
mm-fix-typos-in-comments-in-mm_initc.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-20 20:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-20 20:31 + mm-fix-typos-in-comments-in-mm_initc.patch added to mm-unstable branch Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.