From 1dc11e5f63b9c815c0847e0e07107c461491211e Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Wed, 20 Jul 2022 20:39:01 -0400 Subject: [PATCH] maple_tree: Fix mas_node_count_gfp() comment Correct the function name in the comment block Signed-off-by: Liam R. Howlett --- lib/maple_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/maple_tree.c b/lib/maple_tree.c index f78ab2c71d7a..95d8659c5a99 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -1289,7 +1289,7 @@ static inline void mas_free(struct ma_state *mas, struct maple_enode *used) } /* - * mas_node_count() - Check if enough nodes are allocated and request more if + * mas_node_count_gfp() - Check if enough nodes are allocated and request more if * there is not enough nodes. * @mas: The maple state * @count: The number of nodes needed -- 2.50.1