summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@redhat.com>2024-09-17 13:15:03 +0200
committerDavid S. Miller <davem@davemloft.net>2024-09-22 20:55:04 +0200
commit7ebf44c910690a7097442d4dd68f12315569b2f4 (patch)
tree6bfec5c48be861a4d5d4780333b5e286c5d7e19c
parentnet: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL (diff)
downloadlinux-7ebf44c910690a7097442d4dd68f12315569b2f4.tar.xz
linux-7ebf44c910690a7097442d4dd68f12315569b2f4.zip
MAINTAINERS: adjust file entry of the oa_tc6 header
Commit aa58bec064ab ("net: ethernet: oa_tc6: implement register write operation") adds two new file entries to OPEN ALLIANCE 10BASE-T1S MACPHY SERIAL INTERFACE FRAMEWORK. One of the two entries mistakenly refers to drivers/include/linux/oa_tc6.h, whereas the intent is clearly to refer to include/linux/oa_tc6.h. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. Adjust the file entry to the intended location. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3bce6cc05553..3af7f228a010 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17131,8 +17131,8 @@ M: Parthiban Veerasooran <parthiban.veerasooran@microchip.com>
L: netdev@vger.kernel.org
S: Maintained
F: Documentation/networking/oa-tc6-framework.rst
-F: drivers/include/linux/oa_tc6.h
F: drivers/net/ethernet/oa_tc6.c
+F: include/linux/oa_tc6.h
OPEN FIRMWARE AND FLATTENED DEVICE TREE
M: Rob Herring <robh@kernel.org>