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:

        5836    ETHERNET PHY LIBRARY
        5837    M:      Andrew Lunn <and...@lunn.ch>
        5838    M:      Florian Fainelli <f.faine...@gmail.com>
        5839    M:      Heiner Kallweit <hkallwe...@gmail.com>
        5840    L:      net...@vger.kernel.org
        5841    S:      Maintained
        5842    F:      Documentation/ABI/testing/sysfs-bus-mdio
        5843    F:      Documentation/devicetree/bindings/net/mdio*
-->     5844    F:      Documentation/networking/phy.txt
        5845    F:      drivers/net/phy/
        5846    F:      drivers/of/of_mdio.c
        5847    F:      drivers/of/of_net.c
        5848    F:      include/linux/*mdio*.h
        5849    F:      include/linux/of_net.h
        5850    F:      include/linux/phy.h
        5851    F:      include/linux/phy_fixed.h
        5852    F:      include/linux/platform_data/mdio-bcm-unimac.h
        5853    F:      include/linux/platform_data/mdio-gpio.h
        5854    F:      include/trace/events/mdio.h
        5855    F:      include/uapi/linux/mdio.h
        5856    F:      include/uapi/linux/mii.h

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

The most recent commit that added or modified file pattern 
'Documentation/networking/phy.txt':

commit 22f08ad9721d4d1a92061b60026144627a60d644
Author: Florian Fainelli <f.faine...@gmail.com>
Date:   Tue Feb 18 09:47:49 2014 -0800

    MAINTAINERS: add entry for the PHY library
    
    The PHY library has been subject to some changes, new drivers and DT
    interactions over the past few months. Add myself as a maintainer for
    the core PHY library parts and drivers. Make sure the PHY library entry
    also covers the Device Tree files which have a close interaction with
    the MDIO bus, PHY connection and Ethernet PHY mode parsing.
    
    CC: Grant Likely <grant.lik...@linaro.org>
    CC: Shaohui Xie <shaohui....@freescale.com>
    CC: Andy Fleming <aflem...@gmail.com>
    Signed-off-by: Florian Fainelli <f.faine...@gmail.com>
    Signed-off-by: David S. Miller <da...@davemloft.net>

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

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

The last commit with a real presence of file pattern 
'Documentation/networking/phy.txt':

commit 25fe02d00a1e9468e0ae995beedb99867ec6701b
Author: Heiner Kallweit <hkallwe...@gmail.com>
Date:   Sat Jan 26 11:25:37 2019 +0100

    Documentation: net: phy: switch documentation to rst format
    
    Switch phylib documentation to rst format.
    
    Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com>
    Reviewed-by: Andrew Lunn <and...@lunn.ch>
    Signed-off-by: David S. Miller <da...@davemloft.net>

 Documentation/networking/index.rst |   1 +
 Documentation/networking/phy.rst   | 447 +++++++++++++++++++++++++++++++++++++
 Documentation/networking/phy.txt   | 429 -----------------------------------
 3 files changed, 448 insertions(+), 429 deletions(-)

Reply via email to