1
0
Fork 0
remarkable-uboot/board/cm-bf561
Masahiro Yamada e5a504eb3d 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>
2014-09-24 18:30:28 -04:00
..
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
MAINTAINERS MAINTAINERS: comment out invalid maintainers 2014-09-24 18:30:28 -04:00
Makefile blackfin: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
cm-bf561.c Blackfin: cm-bf561: update network/env settings 2010-04-07 01:10:34 -04:00
config.mk kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED 2014-03-07 10:59:06 -05:00