Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: extend DOCUMENTATION SCRIPTS to the full directories

Due to commit abd61d1ff8f0 ("scripts: sphinx-pre-install: move it to
tools/docs"), checkpatch.pl --self-test=patterns reported a non-matching
file entry in DOCUMENTATION SCRIPTS. Clearly, there are now multiple
documentation scripts, all located in Documentation/sphinx/ and tools/docs/
and Mauro is the maintainer of those.

Update the DOCUMENTATION SCRIPTS section to cover these directories. While
at it, also make the DOCUMENTATION section cover the subdirectories of
tools/docs/.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251103075948.26026-1-lukas.bulwahn@redhat.com>

authored by

Lukas Bulwahn and committed by
Jonathan Corbet
27600b51 77a22121

+3 -3
+3 -3
MAINTAINERS
··· 7414 7414 F: scripts/kernel-doc* 7415 7415 F: scripts/lib/abi/* 7416 7416 F: scripts/lib/kdoc/* 7417 - F: tools/docs/* 7417 + F: tools/docs/ 7418 7418 F: tools/net/ynl/pyynl/lib/doc_generator.py 7419 7419 X: Documentation/ABI/ 7420 7420 X: Documentation/admin-guide/media/ ··· 7448 7448 M: Mauro Carvalho Chehab <mchehab@kernel.org> 7449 7449 L: linux-doc@vger.kernel.org 7450 7450 S: Maintained 7451 - F: Documentation/sphinx/parse-headers.pl 7452 - F: tools/docs/sphinx-pre-install 7451 + F: Documentation/sphinx/ 7452 + F: tools/docs/ 7453 7453 7454 7454 DOCUMENTATION/ITALIAN 7455 7455 M: Federico Vaga <federico.vaga@vaga.pv.it>