diff mbox series

MAINTAINERS: adjust file entry of the oa_tc6 header

Message ID 20240917111503.104530-1-lukas.bulwahn@redhat.com (mailing list archive)
State New
Headers show
Series MAINTAINERS: adjust file entry of the oa_tc6 header | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Lukas Bulwahn Sept. 17, 2024, 11:15 a.m. UTC
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

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>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman Sept. 17, 2024, 4:10 p.m. UTC | #1
On Tue, Sep 17, 2024 at 01:15:03PM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> 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>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a4fa88edcd3..23a9337bb97a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17317,8 +17317,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>