]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
maple_tree: comments. maple_v5.17-rc4
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 11 Mar 2022 15:04:08 +0000 (10:04 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 11 Mar 2022 16:24:33 +0000 (11:24 -0500)
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
lib/maple_tree.c

index a7a0d57e57f6226c26daa90b302c938e3e0871a6..1e5fcd32aa56913ff0e179c0ffc21a258cf56e3f 100644 (file)
@@ -3450,7 +3450,7 @@ static int mas_split(struct ma_state *mas, struct maple_big_node *b_node)
 
 /*
  * mas_reuse_node() - Reuse the node to store the data.
- * @mas: The maple state
+ * @wr_mas: The maple write state
  * @bn: The maple big node
  * @end: The end of the data.
  *
@@ -3478,7 +3478,7 @@ static inline bool mas_reuse_node(struct ma_wr_state *wr_mas,
 
 /*
  * mas_commit_b_node() - Commit the big node into the tree.
- * @mas: The maple state
+ * @wr_mas: The maple write state
  * @b_node: The maple big node
  * @end: The end of the data.
  */