Commit 4ae6944d authored by Mike Rapoport (IBM)'s avatar Mike Rapoport (IBM) Committed by Andrew Morton
Browse files

maple_tree: mtree_insert: fix typo in kernel-doc description of GFP flags

parent 4445e582
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6314,7 +6314,7 @@ EXPORT_SYMBOL(mtree_insert_range);
 * @mt: The maple tree
 * @mt: The maple tree
 * @index : The index to store the value
 * @index : The index to store the value
 * @entry: The entry to store
 * @entry: The entry to store
 * @gfp: The FGP_FLAGS to use for allocations.
 * @gfp: The GFP_FLAGS to use for allocations.
 *
 *
 * Return: 0 on success, -EEXISTS if the range is occupied, -EINVAL on invalid
 * Return: 0 on success, -EEXISTS if the range is occupied, -EINVAL on invalid
 * request, -ENOMEM if memory could not be allocated.
 * request, -ENOMEM if memory could not be allocated.