* [PATCH] MAINTAINERS: remove unneeded file entry in INPUT section
@ 2024-09-03 9:39 Lukas Bulwahn
2024-09-03 15:47 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2024-09-03 9:39 UTC (permalink / raw)
To: Dmitry Torokhov, linux-input; +Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit b9401c658d2c ("MAINTAINERS: add gameport.h, serio.h and uinput.h to
INPUT section") adds further header files in ./include/linux/ and
./include/uapi/linux to the INPUT section, but the file
./include/linux/uinput.h does not exist since commit a11bc476b987 ("Input:
uinput - fold header into the driver proper") removed this header file
in 2017.
Fortunately, ./scripts/get_maintainer.pl --self-test=patterns complains
about a broken reference. Remove the file entry referring to the
non-existing header file in the INPUT section.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 87108b3fefaa..3b19921eb948 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11195,7 +11195,6 @@ F: include/linux/input.h
F: include/linux/input/
F: include/linux/libps2.h
F: include/linux/serio.h
-F: include/linux/uinput.h
F: include/uapi/linux/gameport.h
F: include/uapi/linux/input-event-codes.h
F: include/uapi/linux/input.h
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] MAINTAINERS: remove unneeded file entry in INPUT section
2024-09-03 9:39 [PATCH] MAINTAINERS: remove unneeded file entry in INPUT section Lukas Bulwahn
@ 2024-09-03 15:47 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2024-09-03 15:47 UTC (permalink / raw)
To: Lukas Bulwahn; +Cc: linux-input, kernel-janitors, linux-kernel, Lukas Bulwahn
On Tue, Sep 03, 2024 at 11:39:48AM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit b9401c658d2c ("MAINTAINERS: add gameport.h, serio.h and uinput.h to
> INPUT section") adds further header files in ./include/linux/ and
> ./include/uapi/linux to the INPUT section, but the file
> ./include/linux/uinput.h does not exist since commit a11bc476b987 ("Input:
> uinput - fold header into the driver proper") removed this header file
> in 2017.
>
> Fortunately, ./scripts/get_maintainer.pl --self-test=patterns complains
> about a broken reference. Remove the file entry referring to the
> non-existing header file in the INPUT section.
TIL about get_maintainer.pl --self-test.
Applied, thank you.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-03 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 9:39 [PATCH] MAINTAINERS: remove unneeded file entry in INPUT section Lukas Bulwahn
2024-09-03 15:47 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).