diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2025-05-21 11:02:13 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-05-21 03:53:40 -0600 |
commit | 411c08ccdc8657ff082f43463ae97fcceb231eab (patch) | |
tree | eac45732b6362fc206e75ebaef2b75df2f9bf153 | |
parent | a556bd882b9482f1b7ea00fcf07f9bc169f404c8 (diff) |
MAINTAINERS: update linux-doc entry to cover new Python scripts
Changes to ABI and kernel-doc need to be c/c linux-doc. Update
the maintainer's entry to cover those files.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <eb9690301ed71a778d6947f458db3c66c0ba5415.1747817887.git.mchehab+huawei@kernel.org>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2d85d23fc2cb..fba3c5062050 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7074,7 +7074,10 @@ T: git git://git.lwn.net/linux.git docs-next F: Documentation/ F: scripts/check-variable-fonts.sh F: scripts/documentation-file-ref-check -F: scripts/kernel-doc +F: scripts/get_abi.py +F: scripts/kernel-doc* +F: scripts/lib/abi/* +F: scripts/lib/kdoc/* F: scripts/sphinx-pre-install X: Documentation/ABI/ X: Documentation/admin-guide/media/ |