Skip to content

Commit cc6e70b

Browse files
bulwahnjoergroedel
authored andcommitted
MAINTAINERS: repair file pattern in MEDIATEK IOMMU DRIVER
Commit 6af4873 ("MAINTAINERS: Add entry for MediaTek IOMMU") mentions the pattern 'drivers/iommu/mtk-iommu*', but the files are actually named with an underscore, not with a hyphen. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: warning: no file matches F: drivers/iommu/mtk-iommu* Repair this minor typo in the file pattern. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Acked-by: Yong Wu <yong.wu@mediatek.com> Link: https://lore.kernel.org/r/20210208061025.29198-1-lukas.bulwahn@gmail.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent a92a90a commit cc6e70b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11184,7 +11184,7 @@ L: iommu@lists.linux-foundation.org
1118411184
L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1118511185
S: Supported
1118611186
F: Documentation/devicetree/bindings/iommu/mediatek*
11187-
F: drivers/iommu/mtk-iommu*
11187+
F: drivers/iommu/mtk_iommu*
1118811188
F: include/dt-bindings/memory/mt*-port.h
1118911189

1119011190
MEDIATEK JPEG DRIVER

0 commit comments

Comments
 (0)