diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-02-01 13:43:01 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-02-11 04:35:06 -0800 |
commit | f146529c00499ea251d0e9679ba702af1f8a19f9 (patch) | |
tree | e2890dd7eaa9da18ae03fbc132ee215a78800050 /MAINTAINERS | |
parent | 096df4720ab6e7d8d79035d1466fc8cac320fc2b (diff) | |
download | linux-stable-f146529c00499ea251d0e9679ba702af1f8a19f9.tar.gz linux-stable-f146529c00499ea251d0e9679ba702af1f8a19f9.tar.bz2 linux-stable-f146529c00499ea251d0e9679ba702af1f8a19f9.zip |
MAINTAINERS: correct entries for ISDN/mISDN section
[ Upstream commit dff6bc1bfd462b76dc13ec19dedc2c134a62ac59 ]
Commit 6d97985072dc ("isdn: move capi drivers to staging") cleaned up the
isdn drivers and split the MAINTAINERS section for ISDN, but missed to add
the terminal slash for the two directories mISDN and hardware. Hence, all
files in those directories were not part of the new ISDN/mISDN SUBSYSTEM,
but were considered to be part of "THE REST".
Rectify the situation, and while at it, also complete the section with two
further build files that belong to that subsystem.
This was identified with a small script that finds all files belonging to
"THE REST" according to the current MAINTAINERS file, and I investigated
upon its output.
Fixes: 6d97985072dc ("isdn: move capi drivers to staging")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4f7ac27d8651..d1aeebb59e6a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8704,8 +8704,10 @@ L: isdn4linux@listserv.isdn4linux.de (subscribers-only) L: netdev@vger.kernel.org W: http://www.isdn4linux.de S: Maintained -F: drivers/isdn/mISDN -F: drivers/isdn/hardware +F: drivers/isdn/mISDN/ +F: drivers/isdn/hardware/ +F: drivers/isdn/Kconfig +F: drivers/isdn/Makefile ISDN/CAPI SUBSYSTEM M: Karsten Keil <isdn@linux-pingi.de> |