Re: [PATCH] MAINTAINERS: fix KERNEL_BUILD entry

From: Joe Perches
Date: Fri Sep 18 2020 - 18:17:13 EST


On Fri, 2020-09-18 at 17:04 -0500, Pierre-Louis Bossart wrote:
> the get_maintainer.pl script throws the following errors:
>
> Unmatched () '(open list:KERNEL BUILD + files below scripts/ (unless
> mai...)' '' at /usr/lib/git-core/git-send-email line 546.
>
> error: unable to extract a valid address from:
> linux-kbuild@xxxxxxxxxxxxxxx (open list:KERNEL BUILD + files below
> scripts/ (unless mai...)
>
> Removing parentheses and adding dash separators makes this go away.

That's the git send-email program, not get_maintainer.pl.

btw: you should add --norolestats to get_maintainer.pl if and when
you use --to-cmd or --cc-cmd for git send-email.