All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: remove an obvious typo in MAPLE TREE
@ 2022-06-07  6:38 Lukas Bulwahn
  2022-06-07 13:01 ` Liam Howlett
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2022-06-07  6:38 UTC (permalink / raw)
  To: Liam R . Howlett, Matthew Wilcox, Andrew Morton
  Cc: linux-mm, kernel-janitors, linux-kernel, Lukas Bulwahn

Commit c6e2362e9289 ("Maple Tree: add new data structure") adds the maple
tree and a corresponding MAINTAINERS section, but slips in an obvious typo.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Remove this obvious typo in MAPLE TREE.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Liam, Matthew, please ack.
Andrew, please pick this minor non-urgent fix into your mm-next tree.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8eaf234d663c..572f50739fb2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11792,7 +11792,7 @@ F:	include/linux/maple_tree.h
 F:	include/trace/events/maple_tree.h
 F:	lib/maple_tree.c
 F:	lib/test_maple_tree.c
-F:	tools/testing/_adix-tree/linux/maple_tree.h
+F:	tools/testing/radix-tree/linux/maple_tree.h
 F:	tools/testing/radix-tree/maple.c
 
 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MAINTAINERS: remove an obvious typo in MAPLE TREE
  2022-06-07  6:38 [PATCH] MAINTAINERS: remove an obvious typo in MAPLE TREE Lukas Bulwahn
@ 2022-06-07 13:01 ` Liam Howlett
  0 siblings, 0 replies; 2+ messages in thread
From: Liam Howlett @ 2022-06-07 13:01 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Matthew Wilcox, Andrew Morton, linux-mm, kernel-janitors, linux-kernel

* Lukas Bulwahn <lukas.bulwahn@gmail.com> [220607 02:39]:
> Commit c6e2362e9289 ("Maple Tree: add new data structure") adds the maple
> tree and a corresponding MAINTAINERS section, but slips in an obvious typo.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Remove this obvious typo in MAPLE TREE.

Thanks Lukas.

Acked-by: Liam R. Howlett <Liam.Howlett@Oracle.com>

> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Liam, Matthew, please ack.
> Andrew, please pick this minor non-urgent fix into your mm-next tree.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8eaf234d663c..572f50739fb2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11792,7 +11792,7 @@ F:	include/linux/maple_tree.h
>  F:	include/trace/events/maple_tree.h
>  F:	lib/maple_tree.c
>  F:	lib/test_maple_tree.c
> -F:	tools/testing/_adix-tree/linux/maple_tree.h
> +F:	tools/testing/radix-tree/linux/maple_tree.h
>  F:	tools/testing/radix-tree/maple.c
>  
>  MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-07 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  6:38 [PATCH] MAINTAINERS: remove an obvious typo in MAPLE TREE Lukas Bulwahn
2022-06-07 13:01 ` Liam Howlett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.