Bad MAINTAINERS pattern in section 'MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER'

From: Joe Perches
Date: Fri Sep 28 2018 - 17:55:01 EST


Please fix this defect appropriately.

linux-next MAINTAINERS section:

8726 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8727 M: Andrew Lunn <andrew@xxxxxxx>
8728 M: Vivien Didelot <vivien.didelot@xxxxxxxxxxxxxxxxxxxx>
8729 L: netdev@xxxxxxxxxxxxxxx
8730 S: Maintained
8731 F: drivers/net/dsa/mv88e6xxx/
--> 8732 F: linux/platform_data/mv88e6xxx.h
8733 F: Documentation/devicetree/bindings/net/dsa/marvell.txt

Commit that introduced this:

commit 877b7cb0b6f283593a663134ee52703f12c895cc
Author: Andrew Lunn <andrew@xxxxxxx>
Date: Sat May 19 22:31:34 2018 +0200

net: dsa: mv88e6xxx: Add minimal platform_data support

Not all the world uses device tree. Some parts of the world still use
platform devices and platform data. Add basic support for probing a
Marvell switch via platform data.

Signed-off-by: Andrew Lunn <andrew@xxxxxxx>
Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>

MAINTAINERS | 1 +
drivers/net/dsa/mv88e6xxx/chip.c | 56 ++++++++++++++++++++++++++++-----
include/linux/platform_data/mv88e6xxx.h | 17 ++++++++++
3 files changed, 67 insertions(+), 7 deletions(-)

No commit with linux/platform_data/mv88e6xxx.h found