[PATCH] MAINTAINERS: fix KERNEL_BUILD entry

From: Pierre-Louis Bossart
Date: Fri Sep 18 2020 - 18:04:51 EST


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.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
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@xxxxxxxxxx>
M: Michal Marek <michal.lkml@xxxxxxxxxxx>
L: linux-kbuild@xxxxxxxxxxxxxxx
--
2.25.1