]> 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>
Thu, 9 Oct 2025 18:40:24 +0000 (14:40 -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 33630efdaabde7afc494d876d8c6d5f4cbd5d7f1..8f4044e39852fdbc7fc7a0bc9b7da24bac9e4a6c 100644 (file)
@@ -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.