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

Lukas Bulwahn <[email protected]> Sat, 1 Feb 2020 20:15:06 +0100
Newsgroups gmane.linux.kernel,gmane.linux.isdn.i4l.user,gmane.linux.network
Message-ID <CAKXUXMyToKuJf_kGXWjP1pu33XbiMD4kpBcqUhJu==-OBQ8TQQ@mail.gmail.com>
On Sat, Feb 1, 2020 at 7:43 PM Joe Perches <[email protected]> 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