]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MAINTAINERS: Fix regex for kdoc
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 15 Jun 2026 15:40:55 +0000 (16:40 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 23 Jun 2026 20:36:40 +0000 (14:36 -0600)
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) <willy@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260615154057.2156589-1-willy@infradead.org>

MAINTAINERS

index dd424a4f9f3b1b8c6f5c98d42d10d531145327af..7ecbf3665e6ef165ba8921ef58a7794c106f2b23 100644 (file)
@@ -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/