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.wall...@linaro.org>
        1135    L:      linux-arm-ker...@lists.infradead.org (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.wall...@linaro.org>
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 <li...@armlinux.org.uk>
    Cc: Rob Herring <r...@kernel.org>
    Cc: Will Deacon <will.dea...@arm.com>
    Cc: Stephen Boyd <sb...@kernel.org>
    Cc: Mark Brown <broo...@kernel.org>
    Cc: Brian Norris <computersforpe...@gmail.com>
    Acked-by: Wolfram Sang <w...@the-dreams.de>
    Acked-by: Olof Johansson <o...@lixom.net>
    Acked-by: Michael Turquette <mturque...@baylibre.com>
    Acked-by: Marc Zyngier <marc.zyng...@arm.com>
    Acked-by: Mark Brown <broo...@kernel.org>
    Signed-off-by: Linus Walleij <linus.wall...@linaro.org>
    Signed-off-by: Arnd Bergmann <a...@arndb.de>

 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.brezil...@bootlin.com>
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.brezil...@bootlin.com>
    Reviewed-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com>
    Acked-by: Linus Walleij <linus.wall...@linaro.org>

 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(-)

Reply via email to