projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de62b6
)
maple_tree: Fix mas_node_count_gfp() comment
author
Liam R. Howlett <Liam.Howlett@oracle.com>
Thu, 21 Jul 2022 00:39:01 +0000
(20:39 -0400)
committer
Liam 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
patch
|
blob
|
history
diff --git
a/lib/maple_tree.c
b/lib/maple_tree.c
index f78ab2c71d7afaaab9548cba5b1d31cb3e9f63e3..95d8659c5a99f51e113aeba1293cc18aa961cc41 100644
(file)
--- 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