]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
MAINTAINERS: adjust file entry for of_net.c after movement
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sat, 16 Oct 2021 05:58:15 +0000 (07:58 +0200)
committerPaolo Pisati <paolo.pisati@canonical.com>
Wed, 9 Mar 2022 14:17:58 +0000 (15:17 +0100)
BugLink: https://bugs.launchpad.net/bugs/1964361
commit f616447034a120b18f6e612814641e7d8f5d7f0a upstream.

Commit e330fb14590c ("of: net: move of_net under net/") moves of_net.c
to ./net/core/, but misses to adjust the reference to this file in
MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

   warning: no file matches    F:    drivers/of/of_net.c

Adjust the file entry after this file movement.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20211016055815.14397-1-lukas.bulwahn@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
MAINTAINERS

index dce3cf7132e30fc04773dd3e4e58714110ad1244..adb13e9ca57514089572ba912f64d81b64d7992b 100644 (file)
@@ -7051,7 +7051,6 @@ F:        drivers/net/mdio/fwnode_mdio.c
 F:     drivers/net/mdio/of_mdio.c
 F:     drivers/net/pcs/
 F:     drivers/net/phy/
-F:     drivers/of/of_net.c
 F:     include/dt-bindings/net/qca-ar803x.h
 F:     include/linux/*mdio*.h
 F:     include/linux/mdio/*.h
@@ -7063,6 +7062,7 @@ F:        include/linux/platform_data/mdio-gpio.h
 F:     include/trace/events/mdio.h
 F:     include/uapi/linux/mdio.h
 F:     include/uapi/linux/mii.h
+F:     net/core/of_net.c
 
 EXFAT FILE SYSTEM
 M:     Namjae Jeon <linkinjeon@kernel.org>