Commit 20f7cce7 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by David S. Miller
Browse files

MAINTAINERS: adjust header file entry in DPLL SUBSYSTEM



Commit 9431063a ("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: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: default avatarVadim Fedorenko <vadim.fedorenko@linux.dev>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 473267a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6342,7 +6342,7 @@ L: netdev@vger.kernel.org
S:	Supported
F:	Documentation/driver-api/dpll.rst
F:	drivers/dpll/*
F:	include/net/dpll.h
F:	include/linux/dpll.h
F:	include/uapi/linux/dpll.h
DRBD DRIVER