Skip to content

Commit

Permalink
MAINTAINERS: correct entries for ISDN/mISDN section
Browse files Browse the repository at this point in the history
BugLink: https://bugs.launchpad.net/bugs/1867051

[ Upstream commit dff6bc1 ]

Commit 6d97985 ("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: 6d97985 ("isdn: move capi drivers to staging")
Signed-off-by: Lukas Bulwahn <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Kamal Mostafa <[email protected]>
Signed-off-by: Khalid Elmously <[email protected]>
  • Loading branch information
bulwahn authored and smb49 committed Mar 27, 2020
1 parent 958f8cb commit a386765
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -8610,8 +8610,10 @@ L: [email protected] (subscribers-only)
L: [email protected]
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 <[email protected]>
Expand Down

0 comments on commit a386765

Please sign in to comment.