diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-16 05:11:50 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-24 22:30:28 (GMT) |
commit | e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9 (patch) | |
tree | 58faaa590916e8cee11a200555f2f8ef375a03d9 /board/stx | |
parent | 5dff844d7ff1704534905db9beb888f5552adb84 (diff) | |
download | u-boot-e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9.tar.xz |
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 31f1b654b2f395b69faa5d0d3c1eb0803923bd3b,
"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>
Diffstat (limited to 'board/stx')
-rw-r--r-- | board/stx/stxgp3/MAINTAINERS | 2 | ||||
-rw-r--r-- | board/stx/stxssa/MAINTAINERS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/stx/stxgp3/MAINTAINERS b/board/stx/stxgp3/MAINTAINERS index 6f485d4..bd5743c 100644 --- a/board/stx/stxgp3/MAINTAINERS +++ b/board/stx/stxgp3/MAINTAINERS @@ -1,5 +1,5 @@ STXGP3 BOARD -M: Dan Malek <dan@embeddedalley.com> +#M: Dan Malek <dan@embeddedalley.com> S: Orphan (since 2014-06) F: board/stx/stxgp3/ F: include/configs/stxgp3.h diff --git a/board/stx/stxssa/MAINTAINERS b/board/stx/stxssa/MAINTAINERS index f56adf0..b7cc89b 100644 --- a/board/stx/stxssa/MAINTAINERS +++ b/board/stx/stxssa/MAINTAINERS @@ -1,5 +1,5 @@ STXSSA BOARD -M: Dan Malek <dan@embeddedalley.com> +#M: Dan Malek <dan@embeddedalley.com> S: Orphan (since 2014-06) F: board/stx/stxssa/ F: include/configs/stxssa.h |