The patch titled Subject: MAINTAINERS: remove an obvious typo in MAPLE TREE has been added to the -mm mm-unstable branch. Its filename is maple-tree-add-new-data-structure-fix-5.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maple-tree-add-new-data-structure-fix-5.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> Subject: MAINTAINERS: remove an obvious typo in MAPLE TREE Date: Tue, 7 Jun 2022 08:38:34 +0200 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. Link: https://lkml.kernel.org/r/20220607063834.7004-1-lukas.bulwahn@xxxxxxxxx Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> Acked-by: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/MAINTAINERS~maple-tree-add-new-data-structure-fix-5 +++ a/MAINTAINERS @@ -11790,7 +11790,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 _ Patches currently in -mm which might be from lukas.bulwahn@xxxxxxxxx are maple-tree-add-new-data-structure-fix-5.patch