MAINTAINERS: repair file pattern in MEDIATEK IOMMU DRIVER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 8 Feb 2021 06:10:25 +0000 (07:10 +0100)
committerJoerg Roedel <jroedel@suse.de>
Mon, 8 Feb 2021 08:12:28 +0000 (09:12 +0100)
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 <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>
MAINTAINERS

index b50eb53..27e525f 100644 (file)
@@ -11184,7 +11184,7 @@ L:      iommu@lists.linux-foundation.org
 L:     linux-mediatek@lists.infradead.org (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