diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-09-25 07:43:05 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-04 09:24:52 +0200 |
commit | 20f7cce7cf18020cd2b052a6441a7d1623f0e352 (patch) | |
tree | 9ecf7798a0180688d847962b2af43aaac6666383 /MAINTAINERS | |
parent | net: add sysctl to disable rfc4862 5.5.3e lifetime handling (diff) | |
download | linux-20f7cce7cf18020cd2b052a6441a7d1623f0e352.tar.xz linux-20f7cce7cf18020cd2b052a6441a7d1623f0e352.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8fad301839ca..03011d7ee087 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 |