diff options
author | Denis Efremov <efremov@linux.com> | 2019-08-13 09:00:04 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-08-20 17:04:10 +0530 |
commit | 3a1144f83c531dea36bad013b04888fd6e69aa0b (patch) | |
tree | 6160b17e1d43cf1cfe99ccd56e9c6d722ff54899 | |
parent | b48b8bc45a8fe4bc1d1369f0e2eb98b15a4b6c56 (diff) | |
download | linux-3a1144f83c531dea36bad013b04888fd6e69aa0b.tar.bz2 |
MAINTAINERS: dmaengine: dw axi dmac: Fix typo in a path
Fix typo (s/dwi-/dw-/) in the directory path.
Fixes: 1fe20f1b8454 ("dmaengine: Introduce DW AXI DMAC driver")
Signed-off-by: Denis Efremov <efremov@linux.com>
Link: https://lore.kernel.org/r/20190813060004.10594-1-efremov@linux.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 783569e3c4b4..ddb88afc2fdb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15488,7 +15488,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 |