projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4445e58
)
maple_tree: mtree_insert: fix typo in kernel-doc description of GFP flags
author
Mike Rapoport (IBM)
<rppt@kernel.org>
Sat, 15 Jul 2023 08:40:38 +0000
(11:40 +0300)
committer
Andrew Morton
<akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:12:38 +0000
(10:12 -0700)
Replace FGP_FLAGS with GFP_FLAGS
Link:
https://lkml.kernel.org/r/20230715084038.987955-1-rppt@kernel.org
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c
patch
|
blob
|
history
diff --git
a/lib/maple_tree.c
b/lib/maple_tree.c
index 616ec7f3be81236755f181daaee93bbe4b269b5e..b6b3973897f06197989deb7234f7cc55e5b12fd7 100644
(file)
--- a/
lib/maple_tree.c
+++ b/
lib/maple_tree.c
@@
-6314,7
+6314,7
@@
EXPORT_SYMBOL(mtree_insert_range);
* @mt: The maple tree
* @index : The index to store the value
* @entry: The entry to store
- * @gfp: The
FG
P_FLAGS to use for allocations.
+ * @gfp: The
GF
P_FLAGS to use for allocations.
*
* Return: 0 on success, -EEXISTS if the range is occupied, -EINVAL on invalid
* request, -ENOMEM if memory could not be allocated.