Re: [PATCH] MAINTAINERS: correct entries for ISDN/mISDN section

From: Lukas Bulwahn
Date: Sat Feb 01 2020 - 14:15:21 EST


On Sat, Feb 1, 2020 at 7:43 PM Joe Perches <joe@xxxxxxxxxxx> wrote:
>
> Perhaps this is a defect in the small script as
> get_maintainer does already show the directory and
> files as being maintained.
>
> ie: get_maintainer.pl does this:
>
> ##if pattern is a directory and it lacks a trailing slash, add one
> if ((-d $value)) {
> $value =~ s@([^/])$@$1/@;
> }
>

True. My script did not implement that logic; I will add that to my
script as well.
Fortunately, that is not the major case of issues I have found and
they might need some improvements.

Lukas