MAINTAINERS: comment out invalid maintainers
The "S: Orphan" in MAINTAINERS means that the maintainer in the
"M:" field is unreachable (i.e. the email address is not working).
(Refer to the definition of "Orphan" adopted in U-Boot
in the log of commit 31f1b654b2,
"boards.cfg: move boards with invalid emails to Orphan")
For patch files adding global changes, scripts/get_maintainer.pl
adds bunch of such invalid email addresses, which results in
tons of annoying bounce emails.
This commit can be reproduced by the following command:
find . -name MAINTAINERS | xargs sed -i -e '
/^M:[[:blank:]]/ {
N
/S:[[:blank:]]Orphan/s/^/#/
}
'
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
5dff844d7f
commit
e5a504eb3d
@@ -1,5 +1,5 @@
|
||||
TCM-BF518 BOARD
|
||||
M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
|
||||
#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org>
|
||||
S: Orphan (since 2014-03)
|
||||
F: board/tcm-bf518/
|
||||
F: include/configs/tcm-bf518.h
|
||||
|
||||
Reference in New Issue
Block a user