diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-16 05:11:51 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-24 22:30:28 (GMT) |
commit | 535aad29f2a0881f66a0efdb3d467d0910d5e41e (patch) | |
tree | 4d736430504eb10c77a211c0a2997a2548a319d9 /board/armltd | |
parent | e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9 (diff) | |
download | u-boot-535aad29f2a0881f66a0efdb3d467d0910d5e41e.tar.xz |
MAINTAINERS: comment out blank M: field
Since commit ddaf5c8f3030050fcd356a1e49e3ee8f8f52c6d4
(patman: RunPipe() should not pipe stdout/stderr unless asked),
Patman spits lots of "Invalid MAINTAINERS address: '-'"
error messages for patches with global changes.
It takes too long for Patman to process them.
Anyway, "M: -" does not carry any important information.
Rather, it is just like a place holder in case of assigning
a new board maintainer. Let's comment out.
This commit can be reproduced by the following command:
find . -name MAINTAINERS | xargs sed -i -e '/^M:[[:blank:]]*-$/s/^/#/'
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/armltd')
-rw-r--r-- | board/armltd/versatile/MAINTAINERS | 2 | ||||
-rw-r--r-- | board/armltd/vexpress/MAINTAINERS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/armltd/versatile/MAINTAINERS b/board/armltd/versatile/MAINTAINERS index f390e53..a56dd99 100644 --- a/board/armltd/versatile/MAINTAINERS +++ b/board/armltd/versatile/MAINTAINERS @@ -1,5 +1,5 @@ VERSATILE BOARD -M: - +#M: - S: Maintained F: board/armltd/versatile/ F: include/configs/versatile.h diff --git a/board/armltd/vexpress/MAINTAINERS b/board/armltd/vexpress/MAINTAINERS index b0834e4..a6943d7 100644 --- a/board/armltd/vexpress/MAINTAINERS +++ b/board/armltd/vexpress/MAINTAINERS @@ -1,5 +1,5 @@ VEXPRESS BOARD -M: - +#M: - S: Maintained F: board/armltd/vexpress/ F: include/configs/vexpress_ca15_tc2.h |