summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam R. Howlett <Liam.Howlett@oracle.com>2022-07-20 20:39:01 -0400
committerLiam R. Howlett <Liam.Howlett@oracle.com>2022-07-20 20:39:01 -0400
commit1dc11e5f63b9c815c0847e0e07107c461491211e (patch)
tree6ebf1126d8370ca326a7a63dc3f8188b31d14899
parent9de62b68a74ed631a4da9a067862b4c770d149e7 (diff)
maple_tree: Fix mas_node_count_gfp() comment
Correct the function name in the comment block Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
-rw-r--r--lib/maple_tree.c2
1 files changed, 1 insertions, 1 deletions
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