linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] maple_tree: fix comment of mte_destroy_walk
@ 2023-01-11 13:53 Vernon Yang
  0 siblings, 0 replies; only message in thread
From: Vernon Yang @ 2023-01-11 13:53 UTC (permalink / raw)
  To: Liam.Howlett, willy, akpm; +Cc: linux-mm, linux-kernel, Vernon Yang

The parameter name of maple tree is mt, make the comment to be mt
instead of mn, and the separator between the parameter name and
the description to be : instead of -.

Fixes: 54a611b60590 ("Maple Tree: add new data structure")
Signed-off-by: Vernon Yang <vernon2gm@gmail.com>
---

Changes since v1:
 - fix the separator between the parameter name and
   the description to be : instead of -.

v1: https://lore.kernel.org/linux-mm/20230110152216.1712120-1-vernon2gm@gmail.com/

 lib/maple_tree.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/maple_tree.c b/lib/maple_tree.c
index 26e2045d3cda..3f5005261618 100644
--- a/lib/maple_tree.c
+++ b/lib/maple_tree.c
@@ -5590,8 +5590,8 @@ static void mt_destroy_walk(struct maple_enode *enode, unsigned char ma_flags,

 /*
  * 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.
  */
--
2.34.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-11 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-11 13:53 [PATCH v2] maple_tree: fix comment of mte_destroy_walk Vernon Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox