diff mbox series

MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file

Message ID 20190326052139.11784-1-vkoul@kernel.org
State Accepted
Commit b157d73ed0af6f901a59e25e095b46a7cb8bd397
Headers show
Series MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file | expand

Commit Message

Vinod Koul March 26, 2019, 5:21 a.m. UTC
Commit 83c177aea4c3: ("MAINTAINER: Add entry for Qualcomm ETHQOS
ethernet driver") added incorrect filename for DT binding, fix the same.

Fixes: 83c177aea4c3 ("MAINTAINER: Add entry for Qualcomm ETHQOS ethernet driver")
Reported-By: Joe Perches <joe@perches.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>

---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.20.1
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf70b548..74c654d89a43 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12849,7 +12849,7 @@  M:	Niklas Cassel <niklas.cassel@linaro.org>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
-F:	Documentation/devicetree/bindings/net/qcom,dwmac.txt
+F:	Documentation/devicetree/bindings/net/qcom,ethqos.txt
 
 QUALCOMM GENERIC INTERFACE I2C DRIVER
 M:	Alok Chauhan <alokc@codeaurora.org>