]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
maple_tree: Fix mas_topiary_node() comment
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 19 Jul 2024 20:21:29 +0000 (16:21 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 14 Oct 2025 20:44:56 +0000 (16:44 -0400)
Correct the argument list name and type in the description of the
function.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/maple_tree.c

index 3b91fcc874a4c67ea122e4d408e8fe1dead35517..71a1c9d2c79c6f6832a04c90162658a01da89d87 100644 (file)
@@ -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.