diff options
author | 2025-03-06 10:46:36 +0100 | |
---|---|---|
committer | 2025-03-07 19:41:52 -0800 | |
commit | 730f8d1c611cf925f1a4645afaa8b1386b05c82d (patch) | |
tree | e87e0a6b8af605d50569a9e0e7669cac1ebcf5df | |
parent | net: airoha: Fix dev->dsa_ptr check in airoha_get_dsa_tag() (diff) | |
download | wireguard-linux-730f8d1c611cf925f1a4645afaa8b1386b05c82d.tar.xz wireguard-linux-730f8d1c611cf925f1a4645afaa8b1386b05c82d.zip |
MAINTAINERS: adjust entry in AIROHA ETHERNET DRIVER
Commit fb3dda82fd38 ("net: airoha: Move airoha_eth driver in a dedicated
folder") moves the driver to drivers/net/ethernet/airoha/, but misses to
adjust the AIROHA ETHERNET DRIVER section in MAINTAINERS. Hence,
./scripts/get_maintainer.pl --self-test=patterns complains about a broken
reference.
Adjust the file entry to the dedicated folder for this driver.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://patch.msgid.link/20250306094636.63709-1-lukas.bulwahn@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a55771d0c62e..ffbcd072fb14 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -726,7 +726,7 @@ L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) L: netdev@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/net/airoha,en7581-eth.yaml -F: drivers/net/ethernet/mediatek/airoha_eth.c +F: drivers/net/ethernet/airoha/ AIROHA PCIE PHY DRIVER M: Lorenzo Bianconi <lorenzo@kernel.org> |