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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Mar 2022 18:12:53 +0000 (19:12 +0100)
commit7a1ee9934b145514c69b253746e31c8fb324f5b6
tree4fa2da353735f86b5bf90a9e063fc8af0b22a681
parent7626ab3a3897128211153e277e7985610e314672
MAINTAINERS: adjust file entry for of_net.c after movement

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>
MAINTAINERS