diff mbox series

net: dsa: lantiq: Fix path in MAINTAINERS file

Message ID 20180929112630.9872-1-hauke@hauke-m.de
State Accepted, archived
Delegated to: David Miller
Headers show
Series net: dsa: lantiq: Fix path in MAINTAINERS file | expand

Commit Message

Hauke Mehrtens Sept. 29, 2018, 11:26 a.m. UTC
The MAINTAINERS file contained the wrong file name of the driver.

Fixes: 14fceff4771e ("net: dsa: Add Lantiq / Intel DSA driver for vrx200")
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Oct. 3, 2018, 5:58 a.m. UTC | #1
From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Sat, 29 Sep 2018 13:26:30 +0200

> The MAINTAINERS file contained the wrong file name of the driver.
> 
> Fixes: 14fceff4771e ("net: dsa: Add Lantiq / Intel DSA driver for vrx200")
> Reported-by: Joe Perches <joe@perches.com>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Applied.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7233a9ed0f5b..d3c24f3fcec9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8190,7 +8190,7 @@  S:	Maintained
 F:	net/dsa/tag_gswip.c
 F:	drivers/net/ethernet/lantiq_xrx200.c
 F:	drivers/net/dsa/lantiq_pce.h
-F:	drivers/net/dsa/intel_gswip.c
+F:	drivers/net/dsa/lantiq_gswip.c
 
 LANTIQ MIPS ARCHITECTURE
 M:	John Crispin <john@phrozen.org>