diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-10-24 16:22:23 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-10-24 21:19:10 +0300 |
commit | 30bbe38b28fbc7415e0585f2b05e6f6f95febbaa (patch) | |
tree | c404ef6595320e6aa8b8ce5a6ac47ebef893977e /MAINTAINERS | |
parent | 50f19697dd768d8b072cf7f12c0c99c7d31b67d8 (diff) | |
download | linux-30bbe38b28fbc7415e0585f2b05e6f6f95febbaa.tar.xz |
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 <lukas.bulwahn@gmail.com>
Fixes: 9e4e2ce1a78e ("parisc/serial: Rename 8250_gsc.c to 8250_parisc.c")
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cf0f18502372..107359c46f6c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15617,7 +15617,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* |