Skip to content

Commit a3b97f3

Browse files
bulwahnJonathan Corbet
authored andcommitted
MAINTAINERS: repair file entry in DOCUMENTATION
Commit 1e596d5 ("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 <[email protected]> Reviewed-by: Akira Yokosawa <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 3adde4c commit a3b97f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6406,7 +6406,7 @@ S: Maintained
64066406
P: Documentation/doc-guide/maintainer-profile.rst
64076407
T: git git://git.lwn.net/linux.git docs-next
64086408
F: Documentation/
6409-
F: scripts/check-variable-font.sh
6409+
F: scripts/check-variable-fonts.sh
64106410
F: scripts/documentation-file-ref-check
64116411
F: scripts/kernel-doc
64126412
F: scripts/sphinx-pre-install

0 commit comments

Comments
 (0)