From: Liam R. Howlett Date: Fri, 11 Mar 2022 15:04:08 +0000 (-0500) Subject: maple_tree: comments. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaple_v5.17-rc4;p=users%2Fjedix%2Flinux-maple.git maple_tree: comments. Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index a7a0d57e57f6..1e5fcd32aa56 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -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. */