linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: fix KERNEL_BUILD entry
@ 2020-09-18 22:04 Pierre-Louis Bossart
  2020-09-18 22:17 ` Joe Perches
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Louis Bossart @ 2020-09-18 22:04 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-kbuild, Kai Vehmanen, Masahiro Yamada, Michal Marek,
	Pierre-Louis Bossart, Mauro Carvalho Chehab, David S. Miller,
	Rob Herring

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@vger.kernel.org (open list:KERNEL BUILD + files below
scripts/ (unless mai...)

Removing parentheses and adding dash separators makes this go away.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0d0862b19ce5..45934cac3a18 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9471,7 +9471,7 @@ L:	autofs@vger.kernel.org
 S:	Maintained
 F:	fs/autofs/
 
-KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
+KERNEL BUILD + files below scripts/ -- unless maintained elsewhere
 M:	Masahiro Yamada <masahiroy@kernel.org>
 M:	Michal Marek <michal.lkml@markovi.net>
 L:	linux-kbuild@vger.kernel.org
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MAINTAINERS: fix KERNEL_BUILD entry
  2020-09-18 22:04 [PATCH] MAINTAINERS: fix KERNEL_BUILD entry Pierre-Louis Bossart
@ 2020-09-18 22:17 ` Joe Perches
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2020-09-18 22:17 UTC (permalink / raw)
  To: Pierre-Louis Bossart, linux-kernel
  Cc: linux-kbuild, Kai Vehmanen, Masahiro Yamada, Michal Marek,
	Mauro Carvalho Chehab, David S. Miller, Rob Herring

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@vger.kernel.org (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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-18 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 22:04 [PATCH] MAINTAINERS: fix KERNEL_BUILD entry Pierre-Louis Bossart
2020-09-18 22:17 ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).