2022-10-24 15:23:53

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: adjust entry after renaming parisc serial driver

Commit 9e4e2ce1a78e ("parisc/serial: Rename 8250_gsc.c to 8250_parisc.c")
renames the parisc serial driver file, but does not adjust the entry in
MAINTAINERS.

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

Repair this file reference in PARISC ARCHITECTURE.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 91d95924cff4..0c8198b3329a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15637,7 +15637,7 @@ F: drivers/input/serio/gscps2.c
F: drivers/input/serio/hp_sdc*
F: drivers/parisc/
F: drivers/parport/parport_gsc.*
-F: drivers/tty/serial/8250/8250_gsc.c
+F: drivers/tty/serial/8250/8250_parisc.c
F: drivers/video/console/sti*
F: drivers/video/fbdev/sti*
F: drivers/video/logo/logo_parisc*
--
2.17.1


2022-10-24 21:02:08

by Helge Deller

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust entry after renaming parisc serial driver

On 10/24/22 15:22, Lukas Bulwahn wrote:
> Commit 9e4e2ce1a78e ("parisc/serial: Rename 8250_gsc.c to 8250_parisc.c")
> renames the parisc serial driver file, but does not adjust the entry in
> MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in PARISC ARCHITECTURE.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>

Nice catch, Lukas!
Applied to the parisc git tree.

Thanks,
Helge


> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 91d95924cff4..0c8198b3329a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15637,7 +15637,7 @@ F: drivers/input/serio/gscps2.c
> F: drivers/input/serio/hp_sdc*
> F: drivers/parisc/
> F: drivers/parport/parport_gsc.*
> -F: drivers/tty/serial/8250/8250_gsc.c
> +F: drivers/tty/serial/8250/8250_parisc.c
> F: drivers/video/console/sti*
> F: drivers/video/fbdev/sti*
> F: drivers/video/logo/logo_parisc*