[PATCH] MAINTAINERS: adjust file entry in MEDIATEK DMA DRIVER

Lukas Bulwahn posted 1 patch 1 year, 11 months ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: adjust file entry in MEDIATEK DMA DRIVER
Posted by Lukas Bulwahn 1 year, 11 months ago
Commit fa3400504824 ("dt-bindings: dma: convert MediaTek High-Speed
controller to the json-schema")  converts mtk-hsdma.txt to
mediatek,mt7622-hsdma.yaml, but misses to adjust its reference in
MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this file reference in MEDIATEK DMA DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e27cc69a867c..28b2013031bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13743,7 +13743,7 @@ L:	dmaengine@vger.kernel.org
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-F:	Documentation/devicetree/bindings/dma/mtk-*
+F:	Documentation/devicetree/bindings/dma/mediatek,*
 F:	drivers/dma/mediatek/
 
 MEDIATEK ETHERNET DRIVER
-- 
2.17.1
Re: [PATCH] MAINTAINERS: adjust file entry in MEDIATEK DMA DRIVER
Posted by Vinod Koul 1 year, 11 months ago
On Thu, 22 Feb 2024 14:58:47 +0100, Lukas Bulwahn wrote:
> Commit fa3400504824 ("dt-bindings: dma: convert MediaTek High-Speed
> controller to the json-schema")  converts mtk-hsdma.txt to
> mediatek,mt7622-hsdma.yaml, but misses to adjust its reference in
> MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> [...]

Applied, thanks!

[1/1] MAINTAINERS: adjust file entry in MEDIATEK DMA DRIVER
      commit: e3027b0d0b9db35a382285cca99364aa4905e39f

Best regards,
-- 
~Vinod