MAINTAINERS: adjust entry after renaming parisc serial driver

Message ID 20221024132223.9697-1-lukas.bulwahn@gmail.com
State New
Headers
Series MAINTAINERS: adjust entry after renaming parisc serial driver |

Commit Message

Lukas Bulwahn Oct. 24, 2022, 1:22 p.m. UTC
  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 <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Helge Deller Oct. 24, 2022, 6:21 p.m. UTC | #1
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 <lukas.bulwahn@gmail.com>

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*
  

Patch

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*