A file pattern line in this section of the MAINTAINERS file in linux-next does not have a match in the linux source files.
This could occur because a matching filename was never added, was deleted or renamed in some other commit. The commits that added and if found renamed or removed the file pattern are shown below. Please fix this defect appropriately. 1: --------------------------------------------------------------------------- linux-next MAINTAINERS section: 14995 SYNOPSYS DESIGNWARE AXI DMAC DRIVER 14996 M: Eugeniy Paltsev <eugeniy.palt...@synopsys.com> 14997 S: Maintained --> 14998 F: drivers/dma/dwi-axi-dmac/ 14999 F: Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt 2: --------------------------------------------------------------------------- The most recent commit that added or modified file pattern 'drivers/dma/dwi-axi-dmac/': commit 1fe20f1b84548bbcf48b6659ea171cd46618ea3a Author: Eugeniy Paltsev <eugeniy.palt...@synopsys.com> 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.palt...@synopsys.com> Signed-off-by: Vinod Koul <vinod.k...@intel.com> 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(+) 3: --------------------------------------------------------------------------- No commit with file pattern 'drivers/dma/dwi-axi-dmac/' was found