maple_tree: Fix mas_node_count_gfp() comment
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 21 Jul 2022 00:39:01 +0000 (20:39 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 21 Jul 2022 00:39:01 +0000 (20:39 -0400)
Correct the function name in the comment block

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
lib/maple_tree.c

index f78ab2c71d7afaaab9548cba5b1d31cb3e9f63e3..95d8659c5a99f51e113aeba1293cc18aa961cc41 100644 (file)
@@ -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