diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-03-25 22:35:30 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-28 06:45:26 +0100 |
commit | 79706ced7a982ebc60c2663a07ff4003847b8be6 (patch) | |
tree | 369eb14c1f55738e815511353cf154ae4bc9b58e /MAINTAINERS | |
parent | net: datagram: fix unbounded loop in __skb_try_recv_datagram() (diff) | |
download | linux-79706ced7a982ebc60c2663a07ff4003847b8be6.tar.xz linux-79706ced7a982ebc60c2663a07ff4003847b8be6.zip |
MAINTAINERS: Fix documentation file name for PHY Library
MAINTAINERS still pointed to phy.txt after moving this file into the rst
format, fix this.
Reported-by: Joe Perches <joe@perches.com>
Fixes: 25fe02d00a1e ("Documentation: net: phy: switch documentation to rst format")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3e5a5d263f29..1fdc8970e816 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5833,7 +5833,7 @@ L: netdev@vger.kernel.org S: Maintained F: Documentation/ABI/testing/sysfs-bus-mdio F: Documentation/devicetree/bindings/net/mdio* -F: Documentation/networking/phy.txt +F: Documentation/networking/phy.rst F: drivers/net/phy/ F: drivers/of/of_mdio.c F: drivers/of/of_net.c |