diff options
author | Lukas Bulwahn <lukas.bulwahn@redhat.com> | 2024-04-17 12:14:29 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-04-24 13:15:39 -0600 |
commit | a3b97f341d03f7e46273c845de6c711c7f215d5c (patch) | |
tree | c1ed964c3b8d8e54568448268cc5efcb2cfa09c1 | |
parent | 3adde4c5f230e462211b41f1eae37077a0bbd8cd (diff) | |
download | linux-stable-a3b97f341d03f7e46273c845de6c711c7f215d5c.tar.gz linux-stable-a3b97f341d03f7e46273c845de6c711c7f215d5c.tar.bz2 linux-stable-a3b97f341d03f7e46273c845de6c711c7f215d5c.zip |
MAINTAINERS: repair file entry in DOCUMENTATION
Commit 1e596d5eff3d ("docs: Detect variable fonts and suggest denylisting
them") adds the new script check-variable-fonts.sh and intends to refer to
it in the DOCUMENTATION section in MAINTAINERS. However, the file entry
refers to scripts/check-variable-font.sh. Note the missing "s".
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Repair this new file entry in the DOCUMENTATION section.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240417101429.240495-1-lukas.bulwahn@redhat.com
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3a4768c2f712..701e02ef30d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6406,7 +6406,7 @@ S: Maintained P: Documentation/doc-guide/maintainer-profile.rst T: git git://git.lwn.net/linux.git docs-next F: Documentation/ -F: scripts/check-variable-font.sh +F: scripts/check-variable-fonts.sh F: scripts/documentation-file-ref-check F: scripts/kernel-doc F: scripts/sphinx-pre-install |