]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: correct entries for ISDN/mISDN section
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sat, 1 Feb 2020 12:43:01 +0000 (13:43 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sun, 2 Feb 2020 20:40:08 +0000 (12:40 -0800)
commit38dcd0fe614710f55837fd4a99fb630accad2239
tree33ef6634b0330fae06039d4f38bb05cfa1df1f4a
parentd6de721d0cfe3d09340611c7556148697edfc689
MAINTAINERS: correct entries for ISDN/mISDN section

Commit f73fa8e8235a ("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: f73fa8e8235a ("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>
MAINTAINERS