From: Liam R. Howlett Date: Thu, 21 Jul 2022 00:39:01 +0000 (-0400) Subject: maple_tree: Fix mas_node_count_gfp() comment X-Git-Tag: maple_v12_fixes~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1dc11e5f63b9c815c0847e0e07107c461491211e;p=users%2Fjedix%2Flinux-maple.git maple_tree: Fix mas_node_count_gfp() comment Correct the function name in the comment block Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index f78ab2c71d7af..95d8659c5a99f 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