[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220607063834.7004-1-lukas.bulwahn@gmail.com>
Date: Tue, 7 Jun 2022 08:38:34 +0200
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: "Liam R . Howlett" <Liam.Howlett@...cle.com>,
Matthew Wilcox <willy@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-mm@...ck.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: remove an obvious typo in MAPLE TREE
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@...il.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
Powered by blists - more mailing lists