aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Bulwahn <[email protected]>2021-02-08 07:10:25 +0100
committerJoerg Roedel <[email protected]>2021-02-08 09:12:28 +0100
commitcc6e70bd5b0b2078eb558175db836f1464e23f5c (patch)
treee16b2a38eb2bc877b5837e3231d928351dee84a2
parenta92a90ac62d3284a8deaef43c6ea4dbd5dd878b0 (diff)
MAINTAINERS: repair file pattern in MEDIATEK IOMMU DRIVER
Commit 6af4873852c4 ("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]>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b50eb5320189..27e525f36bc5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11184,7 +11184,7 @@ L: [email protected]
L: [email protected] (moderated for non-subscribers)
S: Supported
F: Documentation/devicetree/bindings/iommu/mediatek*
-F: drivers/iommu/mtk-iommu*
+F: drivers/iommu/mtk_iommu*
F: include/dt-bindings/memory/mt*-port.h
MEDIATEK JPEG DRIVER