2023-03-23 12:18:59

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: remove obsolete file entry in MIPS/LOONGSON1 ARCHITECTURE

Commit c46496119ed0 ("clk: loongson1: Remove the outdated driver") removes
all files matching the pattern drivers/*/*/*loongson1*, but misses to
adjust the file entry for MIPS/LOONGSON1 ARCHITECTURE in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Remove this file entry in MIPS/LOONGSON1 ARCHITECTURE.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
Keguang, please ack.
Stephen, please pick this minor fix-up on the top of the commit above.

MAINTAINERS | 1 -
1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8f8e846fc453..4aac18b5d5c1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14047,7 +14047,6 @@ L: [email protected]
S: Maintained
F: arch/mips/include/asm/mach-loongson32/
F: arch/mips/loongson32/
-F: drivers/*/*/*loongson1*
F: drivers/*/*loongson1*

MIPS/LOONGSON2EF ARCHITECTURE
--
2.17.1


2023-03-27 02:52:05

by Keguang Zhang

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: remove obsolete file entry in MIPS/LOONGSON1 ARCHITECTURE

On Thu, Mar 23, 2023 at 8:14 PM Lukas Bulwahn <[email protected]> wrote:
>
> Commit c46496119ed0 ("clk: loongson1: Remove the outdated driver") removes
> all files matching the pattern drivers/*/*/*loongson1*, but misses to
> adjust the file entry for MIPS/LOONGSON1 ARCHITECTURE in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Remove this file entry in MIPS/LOONGSON1 ARCHITECTURE.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> Keguang, please ack.
> Stephen, please pick this minor fix-up on the top of the commit above.
>
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8f8e846fc453..4aac18b5d5c1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14047,7 +14047,6 @@ L: [email protected]
> S: Maintained
> F: arch/mips/include/asm/mach-loongson32/
> F: arch/mips/loongson32/
> -F: drivers/*/*/*loongson1*
> F: drivers/*/*loongson1*
>
> MIPS/LOONGSON2EF ARCHITECTURE
> --
> 2.17.1
>
Acked-by: Keguang Zhang <[email protected]>

--
Best regards,

Keguang Zhang

2023-03-27 17:01:54

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: remove obsolete file entry in MIPS/LOONGSON1 ARCHITECTURE

Quoting Lukas Bulwahn (2023-03-23 05:14:37)
> Commit c46496119ed0 ("clk: loongson1: Remove the outdated driver") removes
> all files matching the pattern drivers/*/*/*loongson1*, but misses to
> adjust the file entry for MIPS/LOONGSON1 ARCHITECTURE in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Remove this file entry in MIPS/LOONGSON1 ARCHITECTURE.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---

Applied to clk-next