From 7ed4e3d0cbf1e3bdbd0a5c23b9115c4cef3b3d30 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Fri, 11 Mar 2022 10:04:08 -0500 Subject: [PATCH] maple_tree: comments. Signed-off-by: Liam R. Howlett --- lib/maple_tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.50.1