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 @@
|
||||
M5253EVBE BOARD
|
||||
M: Hayden Fraser <Hayden.Fraser@freescale.com>
|
||||
#M: Hayden Fraser <Hayden.Fraser@freescale.com>
|
||||
S: Orphan (since 2014-06)
|
||||
F: board/freescale/m5253evbe/
|
||||
F: include/configs/M5253EVBE.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MPC8360ERDK BOARD
|
||||
M: Anton Vorontsov <avorontsov@ru.mvista.com>
|
||||
#M: Anton Vorontsov <avorontsov@ru.mvista.com>
|
||||
S: Orphan (since 2014-03)
|
||||
F: board/freescale/mpc8360erdk/
|
||||
F: include/configs/MPC8360ERDK.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MPC837XERDB BOARD
|
||||
M: Joe D'Abbraccio <ljd015@freescale.com>
|
||||
#M: Joe D'Abbraccio <ljd015@freescale.com>
|
||||
S: Orphan (since 2014-06)
|
||||
F: board/freescale/mpc837xerdb/
|
||||
F: include/configs/MPC837XERDB.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MPC8540ADS BOARD
|
||||
M: Kumar Gala <kumar.gala@freescale.com>
|
||||
#M: Kumar Gala <kumar.gala@freescale.com>
|
||||
S: Orphan (since 2014-06)
|
||||
F: board/freescale/mpc8540ads/
|
||||
F: include/configs/MPC8540ADS.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MPC8541CDS BOARD
|
||||
M: Kumar Gala <kumar.gala@freescale.com>
|
||||
#M: Kumar Gala <kumar.gala@freescale.com>
|
||||
S: Orphan (since 2014-06)
|
||||
F: board/freescale/mpc8541cds/
|
||||
F: include/configs/MPC8541CDS.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MPC8555CDS BOARD
|
||||
M: Kumar Gala <kumar.gala@freescale.com>
|
||||
#M: Kumar Gala <kumar.gala@freescale.com>
|
||||
S: Orphan (since 2014-06)
|
||||
F: board/freescale/mpc8555cds/
|
||||
F: include/configs/MPC8555CDS.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MPC8560ADS BOARD
|
||||
M: Kumar Gala <kumar.gala@freescale.com>
|
||||
#M: Kumar Gala <kumar.gala@freescale.com>
|
||||
S: Orphan (since 2014-06)
|
||||
F: board/freescale/mpc8560ads/
|
||||
F: include/configs/MPC8560ADS.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MPC8641HPCN BOARD
|
||||
M: Kumar Gala <kumar.gala@freescale.com>
|
||||
#M: Kumar Gala <kumar.gala@freescale.com>
|
||||
S: Orphan (since 2014-06)
|
||||
F: board/freescale/mpc8641hpcn/
|
||||
F: include/configs/MPC8641HPCN.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MX31ADS BOARD
|
||||
M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
||||
#M: (resigned) Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
||||
S: Orphan (since 2013-09)
|
||||
F: board/freescale/mx31ads/
|
||||
F: include/configs/mx31ads.h
|
||||
|
||||
Reference in New Issue
Block a user