diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-16 14:11:51 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-24 18:30:28 -0400 |
commit | 535aad29f2a0881f66a0efdb3d467d0910d5e41e (patch) | |
tree | 4d736430504eb10c77a211c0a2997a2548a319d9 /board/spear | |
parent | e5a504eb3d8cbc33199dac61a07d16ddd3c1c7f9 (diff) | |
download | u-boot-imx-535aad29f2a0881f66a0efdb3d467d0910d5e41e.zip u-boot-imx-535aad29f2a0881f66a0efdb3d467d0910d5e41e.tar.gz u-boot-imx-535aad29f2a0881f66a0efdb3d467d0910d5e41e.tar.bz2 |
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/spear')
-rw-r--r-- | board/spear/spear300/MAINTAINERS | 2 | ||||
-rw-r--r-- | board/spear/spear310/MAINTAINERS | 2 | ||||
-rw-r--r-- | board/spear/spear320/MAINTAINERS | 2 | ||||
-rw-r--r-- | board/spear/spear600/MAINTAINERS | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/board/spear/spear300/MAINTAINERS b/board/spear/spear300/MAINTAINERS index 15164fe..07152ae 100644 --- a/board/spear/spear300/MAINTAINERS +++ b/board/spear/spear300/MAINTAINERS @@ -6,7 +6,7 @@ F: include/configs/spear3xx_evb.h F: configs/spear300_defconfig SPEAR300_NAND BOARD -M: - +#M: - S: Maintained F: configs/spear300_nand_defconfig F: configs/spear300_usbtty_defconfig diff --git a/board/spear/spear310/MAINTAINERS b/board/spear/spear310/MAINTAINERS index 3a7e610..4f9aa15 100644 --- a/board/spear/spear310/MAINTAINERS +++ b/board/spear/spear310/MAINTAINERS @@ -6,7 +6,7 @@ F: include/configs/spear3xx_evb.h F: configs/spear310_defconfig SPEAR310_NAND BOARD -M: - +#M: - S: Maintained F: configs/spear310_nand_defconfig F: configs/spear310_pnor_defconfig diff --git a/board/spear/spear320/MAINTAINERS b/board/spear/spear320/MAINTAINERS index 414beca..bf78092 100644 --- a/board/spear/spear320/MAINTAINERS +++ b/board/spear/spear320/MAINTAINERS @@ -6,7 +6,7 @@ F: include/configs/spear3xx_evb.h F: configs/spear320_defconfig SPEAR320_NAND BOARD -M: - +#M: - S: Maintained F: configs/spear320_nand_defconfig F: configs/spear320_pnor_defconfig diff --git a/board/spear/spear600/MAINTAINERS b/board/spear/spear600/MAINTAINERS index a978fdd..ddcd11a 100644 --- a/board/spear/spear600/MAINTAINERS +++ b/board/spear/spear600/MAINTAINERS @@ -6,7 +6,7 @@ F: include/configs/spear6xx_evb.h F: configs/spear600_defconfig SPEAR600_NAND BOARD -M: - +#M: - S: Maintained F: configs/spear600_nand_defconfig F: configs/spear600_usbtty_defconfig |