2023-09-25 08:00:23

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9aa84682ccb9..cfa82f0fe017 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6363,7 +6363,7 @@ L: [email protected]
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
--
2.17.1


2023-09-25 18:04:40

by Vadim Fedorenko

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust header file entry in DPLL SUBSYSTEM

On 25/09/2023 06:43, Lukas Bulwahn wrote:
> 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 <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9aa84682ccb9..cfa82f0fe017 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6363,7 +6363,7 @@ L: [email protected]
> 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

Reviewed-by: Vadim Fedorenko <[email protected]>