From 5cee93f6679140857d21561bdc14011bd574e4fc Mon Sep 17 00:00:00 2001 From: "Matthew Wilcox (Oracle)" Date: Mon, 15 Jun 2026 16:40:55 +0100 Subject: [PATCH] MAINTAINERS: Fix regex for kdoc The trailing '*' means "all files in this directory, but not subdirectories" which excluded tools/lib/python/kdoc/. This is surely not intended. Signed-off-by: Matthew Wilcox (Oracle) Acked-by: Randy Dunlap Signed-off-by: Jonathan Corbet Message-ID: <20260615154057.2156589-1-willy@infradead.org> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index dd424a4f9f3b..7ecbf3665e6e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7638,7 +7638,7 @@ S: Maintained P: Documentation/doc-guide/maintainer-profile.rst T: git git://git.lwn.net/linux.git docs-next F: Documentation/ -F: tools/lib/python/* +F: tools/lib/python/ F: tools/docs/ F: tools/net/ynl/pyynl/lib/doc_generator.py X: Documentation/ABI/