summaryrefslogtreecommitdiffstats
path: root/board/musenki
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-16 14:11:50 +0900
committerTom Rini <trini@ti.com>2014-09-24 18:30:28 -0400
commite5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9 (patch)
tree58faaa590916e8cee11a200555f2f8ef375a03d9 /board/musenki
parent5dff844d7ff1704534905db9beb888f5552adb84 (diff)
downloadblackbird-obmc-uboot-e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9.tar.gz
blackbird-obmc-uboot-e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9.zip
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/musenki')
-rw-r--r--board/musenki/MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/musenki/MAINTAINERS b/board/musenki/MAINTAINERS
index 03a1fe7f04..4196c805cb 100644
--- a/board/musenki/MAINTAINERS
+++ b/board/musenki/MAINTAINERS
@@ -1,5 +1,5 @@
MUSENKI BOARD
-M: Jim Thompson <jim@musenki.com>
+#M: Jim Thompson <jim@musenki.com>
S: Orphan (since 2014-04)
F: board/musenki/
F: include/configs/MUSENKI.h
OpenPOWER on IntegriCloud