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 <[email protected]> Acked-by: Yong Wu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent a92a90a commit cc6e70b

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
@@ -11184,7 +11184,7 @@ L: [email protected]
1118411184
L: [email protected] (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)