MAINTAINERS: adjust header file entry in DPLL SUBSYSTEM
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 25 Sep 2023 05:43:05 +0000 (07:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Oct 2023 07:24:52 +0000 (08:24 +0100)
commit20f7cce7cf18020cd2b052a6441a7d1623f0e352
tree9ecf7798a0180688d847962b2af43aaac6666383
parent473267a4911f2469722c74ca58087d951072f72a
MAINTAINERS: adjust header file entry in DPLL SUBSYSTEM

Commit 9431063ad323 ("dpll: core: Add DPLL framework base functions") adds
the section DPLL SUBSYSTEM in MAINTAINERS and includes a file entry to the
non-existing file 'include/net/dpll.h'.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference. Looking at the file stat of the commit above, this entry
clearly intended to refer to 'include/linux/dpll.h'.

Adjust this header file entry in DPLL SUBSYSTEM.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS