From: Matthew Wilcox (Oracle) Date: Mon, 15 Jun 2026 15:40:55 +0000 (+0100) Subject: MAINTAINERS: Fix regex for kdoc X-Git-Tag: v7.2-rc1~35^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cee93f6679140857d21561bdc14011bd574e4fc;p=thirdparty%2Flinux.git 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> --- diff --git a/MAINTAINERS b/MAINTAINERS index dd424a4f9f3b1..7ecbf3665e6ef 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/