diff mbox series

MAINTAINERS: remove an obvious typo in MAPLE TREE

Message ID 20220607063834.7004-1-lukas.bulwahn@gmail.com (mailing list archive)
State New
Headers show
Series MAINTAINERS: remove an obvious typo in MAPLE TREE | expand

Commit Message

Lukas Bulwahn June 7, 2022, 6:38 a.m. UTC
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(-)

Comments

Liam R. Howlett June 7, 2022, 1:01 p.m. UTC | #1
* 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
>
diff mbox series

Patch

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