Bad MAINTAINERS pattern in section 'MULTIPLEXER SUBSYSTEM'

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


Please fix this defect appropriately.

linux-next MAINTAINERS section:

9976 MULTIPLEXER SUBSYSTEM
9977 M: Peter Rosin <peda@xxxxxxxxxx>
9978 S: Maintained
9979 F: Documentation/ABI/testing/sysfs-class-mux*
9980 F: Documentation/devicetree/bindings/mux/
--> 9981 F: include/linux/dt-bindings/mux/
9982 F: include/linux/mux/
9983 F: drivers/mux/

Commit that introduced this:

commit 256ac0375098e50d59c415fcbb561f2927fa8780
Author: Peter Rosin <peda@xxxxxxxxxx>
Date: Sun May 14 21:51:05 2017 +0200

dt-bindings: document devicetree bindings for mux-controllers and gpio-mux

Allow specifying that a single multiplexer controller can be used to
control several parallel multiplexers, thus enabling sharing of the
multiplexer controller by different consumers.

Add a binding for a first mux controller in the form of a GPIO based mux
controller.

Acked-by: Jonathan Cameron <jic23@xxxxxxxxxx>
Acked-by: Rob Herring <robh@xxxxxxxxxx>
Signed-off-by: Peter Rosin <peda@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Documentation/devicetree/bindings/mux/gpio-mux.txt | 69 +++++++++
.../devicetree/bindings/mux/mux-controller.txt | 157 +++++++++++++++++++++
MAINTAINERS | 6 +
include/dt-bindings/mux/mux.h | 16 +++
4 files changed, 248 insertions(+)

No commit with include/linux/dt-bindings/mux/ found