diff mbox series

trivial: MAINTAINERS: fix bad file pattern

Message ID 20190329145702.1894-1-Eugeniy.Paltsev@synopsys.com
State New
Headers show
Series trivial: MAINTAINERS: fix bad file pattern | expand

Commit Message

Eugeniy Paltsev March 29, 2019, 2:57 p.m. UTC
Fix bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE
AXI DMAC DRIVER'

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joe Perches March 29, 2019, 3:18 p.m. UTC | #1
On Fri, 2019-03-29 at 17:57 +0300, Eugeniy Paltsev wrote:
> Fix bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE
> AXI DMAC DRIVER'

NAK

> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -14987,7 +14987,7 @@ F:	Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
>  SYNOPSYS DESIGNWARE AXI DMAC DRIVER
>  M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
>  S:	Maintained
> -F:	drivers/dma/dwi-axi-dmac/
> +F:	drivers/dma/dwi-axi-dmac/*

This is not correct.

The original patch added these files:

 drivers/dma/dw-axi-dmac/Makefile               |    1 +
 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 1008 ++++++++++++++++++++++++
 drivers/dma/dw-axi-dmac/dw-axi-dmac.h          |  334 ++++++++

The pattern should not be dwi- but dw-

F:	drivers/dma/dw-axi-dmac/

(no i after dw)

Also the patch subject and commit description should reference the
MAINTAINERS section.

So your patch should be something like
---
Subject: [PATCH] MAINTAINERS: Fix bad file pattern in SYNOPSYS DESIGNWARE AXI DMAC DRIVER

commit 1fe20f1b8454 ("dmaengine: Introduce DW AXI DMAC driver")
added an incorrect file pattern.  Fix it.

Signed-off-by: <you>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d263f29..30f5156336ed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14987,7 +14987,7 @@ F:      Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
 M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 S:	Maintained
-F:	drivers/dma/dwi-axi-dmac/
+F:	drivers/dma/dw-axi-dmac/
 F:	Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
 
 SYNOPSYS DESIGNWARE DMAC DRIVER
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e5a5d263f29..30f5156336ed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14987,7 +14987,7 @@  F:	Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
 M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 S:	Maintained
-F:	drivers/dma/dwi-axi-dmac/
+F:	drivers/dma/dwi-axi-dmac/*
 F:	Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
 
 SYNOPSYS DESIGNWARE DMAC DRIVER