* [PATCH] maple_tree: mtree_insert*: fix typo in kernel-doc description
@ 2023-07-15 14:39 Mike Rapoport
2023-07-17 13:28 ` Liam R. Howlett
0 siblings, 1 reply; 2+ messages in thread
From: Mike Rapoport @ 2023-07-15 14:39 UTC (permalink / raw)
To: Andrew Morton; +Cc: Liam R. Howlett, Mike Rapoport, linux-mm, linux-kernel
From: "Mike Rapoport (IBM)" <rppt@kernel.org>
Replace "Insert and entry at a give index" with "Insert an entry at a
given index"
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
---
lib/maple_tree.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/maple_tree.c b/lib/maple_tree.c
index 92da9c27fbd9..da07c720c380 100644
--- a/lib/maple_tree.c
+++ b/lib/maple_tree.c
@@ -6299,7 +6299,7 @@ int mtree_store(struct maple_tree *mt, unsigned long index, void *entry,
EXPORT_SYMBOL(mtree_store);
/**
- * mtree_insert_range() - Insert an entry at a give range if there is no value.
+ * mtree_insert_range() - Insert an entry at a given range if there is no value.
* @mt: The maple tree
* @first: The start of the range
* @last: The end of the range
@@ -6335,7 +6335,7 @@ int mtree_insert_range(struct maple_tree *mt, unsigned long first,
EXPORT_SYMBOL(mtree_insert_range);
/**
- * mtree_insert() - Insert an entry at a give index if there is no value.
+ * mtree_insert() - Insert an entry at a given index if there is no value.
* @mt: The maple tree
* @index : The index to store the value
* @entry: The entry to store
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] maple_tree: mtree_insert*: fix typo in kernel-doc description
2023-07-15 14:39 [PATCH] maple_tree: mtree_insert*: fix typo in kernel-doc description Mike Rapoport
@ 2023-07-17 13:28 ` Liam R. Howlett
0 siblings, 0 replies; 2+ messages in thread
From: Liam R. Howlett @ 2023-07-17 13:28 UTC (permalink / raw)
To: Mike Rapoport; +Cc: Andrew Morton, linux-mm, linux-kernel
* Mike Rapoport <rppt@kernel.org> [230715 10:39]:
> From: "Mike Rapoport (IBM)" <rppt@kernel.org>
>
> Replace "Insert and entry at a give index" with "Insert an entry at a
> given index"
>
> Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
> ---
> lib/maple_tree.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/maple_tree.c b/lib/maple_tree.c
> index 92da9c27fbd9..da07c720c380 100644
> --- a/lib/maple_tree.c
> +++ b/lib/maple_tree.c
> @@ -6299,7 +6299,7 @@ int mtree_store(struct maple_tree *mt, unsigned long index, void *entry,
> EXPORT_SYMBOL(mtree_store);
>
> /**
> - * mtree_insert_range() - Insert an entry at a give range if there is no value.
> + * mtree_insert_range() - Insert an entry at a given range if there is no value.
> * @mt: The maple tree
> * @first: The start of the range
> * @last: The end of the range
> @@ -6335,7 +6335,7 @@ int mtree_insert_range(struct maple_tree *mt, unsigned long first,
> EXPORT_SYMBOL(mtree_insert_range);
>
> /**
> - * mtree_insert() - Insert an entry at a give index if there is no value.
> + * mtree_insert() - Insert an entry at a given index if there is no value.
> * @mt: The maple tree
> * @index : The index to store the value
> * @entry: The entry to store
> --
> 2.39.2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-17 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-15 14:39 [PATCH] maple_tree: mtree_insert*: fix typo in kernel-doc description Mike Rapoport
2023-07-17 13:28 ` Liam R. Howlett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox