* [merged mm-stable] maple_tree-fix-comment-of-mte_destroy_walk.patch removed from -mm tree
@ 2023-02-03 6:36 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-02-03 6:36 UTC (permalink / raw)
To: mm-commits, willy, Liam.Howlett, vernon2gm, akpm
The quilt patch titled
Subject: maple_tree: fix comment of mte_destroy_walk
has been removed from the -mm tree. Its filename was
maple_tree-fix-comment-of-mte_destroy_walk.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: Vernon Yang <vernon2gm@gmail.com>
Subject: maple_tree: fix comment of mte_destroy_walk
Date: Wed, 11 Jan 2023 21:53:48 +0800
The parameter name of maple tree is mt, make the comment be mt instead of
mn, and the separator between the parameter name and the description to be
: instead of -.
Link: https://lkml.kernel.org/r/20230111135348.803181-1-vernon2gm@gmail.com
Fixes: 54a611b60590 ("Maple Tree: add new data structure")
Signed-off-by: Vernon Yang <vernon2gm@gmail.com>
Cc: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
--- a/lib/maple_tree.c~maple_tree-fix-comment-of-mte_destroy_walk
+++ a/lib/maple_tree.c
@@ -5579,8 +5579,8 @@ free_leaf:
/*
* mte_destroy_walk() - Free a tree or sub-tree.
- * @enode - the encoded maple node (maple_enode) to start
- * @mn - the tree to free - needed for node types.
+ * @enode: the encoded maple node (maple_enode) to start
+ * @mt: the tree to free - needed for node types.
*
* Must hold the write lock.
*/
_
Patches currently in -mm which might be from vernon2gm@gmail.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-03 6:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-03 6:36 [merged mm-stable] maple_tree-fix-comment-of-mte_destroy_walk.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.