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)
committerJakub Kicinski <kuba@kernel.org>
Mon, 18 Oct 2021 21:19:49 +0000 (14:19 -0700)
commitf616447034a120b18f6e612814641e7d8f5d7f0a
tree5ef872ab14ff75028d9170e5a19d3aabd0e669f1
parentac6b7e0d9679db908d92fb96605d1ce01e8173d4
MAINTAINERS: adjust file entry for of_net.c after movement

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