Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MAINTAINERS: correct entries for ISDN/mISDN section

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>

authored by

Lukas Bulwahn and committed by
Jakub Kicinski
dff6bc1b b7c3a17c

+4 -2
+4 -2
MAINTAINERS
··· 8911 8911 L: netdev@vger.kernel.org 8912 8912 W: http://www.isdn4linux.de 8913 8913 S: Maintained 8914 - F: drivers/isdn/mISDN 8915 - F: drivers/isdn/hardware 8914 + F: drivers/isdn/mISDN/ 8915 + F: drivers/isdn/hardware/ 8916 + F: drivers/isdn/Kconfig 8917 + F: drivers/isdn/Makefile 8916 8918 8917 8919 ISDN/CMTP OVER BLUETOOTH 8918 8920 M: Karsten Keil <isdn@linux-pingi.de>