* [merged mm-stable] maple_tree-correct-comment-for-mas_start.patch removed from -mm tree
@ 2025-03-17 5:11 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-03-17 5:11 UTC (permalink / raw)
To: mm-commits, howlett, richard120310, akpm
The quilt patch titled
Subject: maple_tree: correct comment for mas_start()
has been removed from the -mm tree. Its filename was
maple_tree-correct-comment-for-mas_start.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: I Hsin Cheng <richard120310@gmail.com>
Subject: maple_tree: correct comment for mas_start()
Date: Mon, 10 Feb 2025 02:10:23 +0800
There's no mas->status of "mas_start", what the function is checking is
whether mas->status equals to "ma_start". Correct the comment for the
function.
Link: https://lkml.kernel.org/r/20250209181023.228856-1-richard120310@gmail.com
Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Reviewed-by: Liam R. Howlett <howlett@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
lib/maple_tree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/lib/maple_tree.c~maple_tree-correct-comment-for-mas_start
+++ a/lib/maple_tree.c
@@ -1353,7 +1353,7 @@ static void mas_node_count(struct ma_sta
* mas_start() - Sets up maple state for operations.
* @mas: The maple state.
*
- * If mas->status == mas_start, then set the min, max and depth to
+ * If mas->status == ma_start, then set the min, max and depth to
* defaults.
*
* Return:
_
Patches currently in -mm which might be from richard120310@gmail.com are
lib-plistc-add-shortcut-for-plist_requeue.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-17 5:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17 5:11 [merged mm-stable] maple_tree-correct-comment-for-mas_start.patch removed from -mm tree 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.