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=363bc71ffb5e7f69af340ef1128376d2cd42cec2;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 33630efdaabd..8f4044e39852 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -1985,6 +1985,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.