From: Liam R. Howlett Date: Fri, 19 Jul 2024 20:21:29 +0000 (-0400) Subject: maple_tree: Fix mas_topiary_node() comment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=998686cb97f724cd259b975f595d25464dafee62;p=users%2Fjedix%2Flinux-maple.git maple_tree: Fix mas_topiary_node() comment Correct the argument list name and type in the description of the function. Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 3b91fcc874a4..71a1c9d2c79c 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -1965,6 +1965,7 @@ void spanning_sib(struct ma_wr_state *l_wr_mas, /* * mas_topiary_node() - Dispose of a single node * @mas: The maple state for pushing nodes + * @tmp_mas: The temporary maple state * @in_rcu: If the tree is in rcu mode * * The node will either be RCU freed or pushed back on the maple state.