Bad file pattern in MAINTAINERS section 'ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT'

From: Joe Perches
Date: Mon Mar 25 2019 - 17:24:46 EST


A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

1133 ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
1134 M: Linus Walleij <linus.walleij@xxxxxxxxxx>
1135 L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers)
1136 S: Maintained
1137 F: Documentation/devicetree/bindings/arm/arm-boards
1138 F: Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
1139 F: Documentation/devicetree/bindings/clock/arm-integrator.txt
1140 F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
1141 F: Documentation/devicetree/bindings/mtd/arm-versatile.txt
1142 F: arch/arm/mach-integrator/
1143 F: arch/arm/mach-realview/
1144 F: arch/arm/mach-versatile/
1145 F: arch/arm/plat-versatile/
1146 F: arch/arm/boot/dts/arm-realview-*
1147 F: arch/arm/boot/dts/integrator*
1148 F: arch/arm/boot/dts/versatile*
1149 F: drivers/clk/versatile/
1150 F: drivers/i2c/busses/i2c-versatile.c
1151 F: drivers/irqchip/irq-versatile-fpga.c
--> 1152 F: drivers/mtd/maps/physmap_of_versatile.c
1153 F: drivers/power/reset/arm-versatile-reboot.c
1154 F: drivers/soc/versatile/

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/mtd/maps/physmap_of_versatile.c':

commit 7f08c966f7e578dc84f7c3d1a528068841d72d32
Author: Linus Walleij <linus.walleij@xxxxxxxxxx>
Date: Fri Sep 28 13:42:50 2018 +0200

ARM: Assume maintainership of ARM reference designs

With this I assume maintainership of the Integrator, Versatile
and RealView ARM reference machines.

It's no big secret that I've been maintaining them for years,
but might as well make it official so I get the mails and
don't miss anything.

I have also included some drivers that are closely associated
with the ARM reference designs and yet orphaned in the
MAINTAINERS file. I can surely maintain them too, or route
the question to the right people so it doesn't fall on the
floor of upward to the subsystem maintainers who have too much
to do already as it is.

Cc: Russell King <linux@xxxxxxxxxxxxxxx>
Cc: Rob Herring <robh@xxxxxxxxxx>
Cc: Will Deacon <will.deacon@xxxxxxx>
Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
Cc: Mark Brown <broonie@xxxxxxxxxx>
Cc: Brian Norris <computersforpeace@xxxxxxxxx>
Acked-by: Wolfram Sang <wsa@xxxxxxxxxxxxx>
Acked-by: Olof Johansson <olof@xxxxxxxxx>
Acked-by: Michael Turquette <mturquette@xxxxxxxxxxxx>
Acked-by: Marc Zyngier <marc.zyngier@xxxxxxx>
Acked-by: Mark Brown <broonie@xxxxxxxxxx>
Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

MAINTAINERS | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)

3: ---------------------------------------------------------------------------

The last commit with a real presence of file pattern 'drivers/mtd/maps/physmap_of_versatile.c':

commit 6ca15cfa0788ebef365ce31d1e01ea30a389a895
Author: Boris Brezillon <boris.brezillon@xxxxxxxxxxx>
Date: Fri Oct 19 09:49:05 2018 +0200

mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}

Now that the physmap_of driver is gone, the gemini and versative
extensions are part of the physmap driver. Rename the source files and
the config option to reflect this.

Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxx>
Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@xxxxxxxxx>
Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

drivers/mtd/maps/Kconfig | 4 ++--
drivers/mtd/maps/Makefile | 4 ++--
drivers/mtd/maps/physmap-core.c | 4 ++--
drivers/mtd/maps/{physmap_of_gemini.c => physmap-gemini.c} | 2 +-
drivers/mtd/maps/{physmap_of_gemini.h => physmap-gemini.h} | 2 +-
drivers/mtd/maps/{physmap_of_versatile.c => physmap-versatile.c} | 2 +-
drivers/mtd/maps/{physmap_of_versatile.h => physmap-versatile.h} | 2 +-
7 files changed, 10 insertions(+), 10 deletions(-)