Bad MAINTAINERS pattern in section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER'

From: Joe Perches
Date: Fri Sep 28 2018 - 18:04:56 EST


Please fix this defect appropriately.

linux-next MAINTAINERS section:

14171 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
14172 M: Eugeniy Paltsev <Eugeniy.Paltsev@xxxxxxxxxxxx>
14173 S: Maintained
--> 14174 F: drivers/dma/dwi-axi-dmac/
14175 F: Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt

Commit that introduced this:

commit 1fe20f1b84548bbcf48b6659ea171cd46618ea3a
Author: Eugeniy Paltsev <Eugeniy.Paltsev@xxxxxxxxxxxx>
Date: Tue Mar 6 14:46:14 2018 +0300

dmaengine: Introduce DW AXI DMAC driver

This patch adds support for the DW AXI DMAC controller.
DW AXI DMAC is a part of HSDK development board from Synopsys.

In this driver implementation only DMA_MEMCPY transfers are
supported.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@xxxxxxxxxxxx>
Signed-off-by: Vinod Koul <vinod.koul@xxxxxxxxx>

MAINTAINERS | 6 +
drivers/dma/Kconfig | 10 +
drivers/dma/Makefile | 1 +
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 ++++++++
6 files changed, 1360 insertions(+)

No commit with drivers/dma/dwi-axi-dmac/ found