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: 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

authored by

Lukas Bulwahn and committed by
Jonathan Corbet
a3b97f34 3adde4c5

+1 -1
+1 -1
MAINTAINERS
··· 6406 6406 P: Documentation/doc-guide/maintainer-profile.rst 6407 6407 T: git git://git.lwn.net/linux.git docs-next 6408 6408 F: Documentation/ 6409 - F: scripts/check-variable-font.sh 6409 + F: scripts/check-variable-fonts.sh 6410 6410 F: scripts/documentation-file-ref-check 6411 6411 F: scripts/kernel-doc 6412 6412 F: scripts/sphinx-pre-install