]> git.hungrycats.org Git - linux/commit
MAINTAINERS: adjust file entry of the oa_tc6 header
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Tue, 17 Sep 2024 11:15:03 +0000 (13:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Sep 2024 18:55:04 +0000 (19:55 +0100)
commit7ebf44c910690a7097442d4dd68f12315569b2f4
tree6bfec5c48be861a4d5d4780333b5e286c5d7e19c
parent93c21077bb9ba08807c459982d440dbbee4c7af3
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>
MAINTAINERS