mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
535aad29f2
Since commit ddaf5c8f30
(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>
14 lines
326 B
Text
14 lines
326 B
Text
QEMU-MIPS BOARD
|
|
M: Vlad Lungu <vlad.lungu@windriver.com>
|
|
S: Maintained
|
|
F: board/qemu-mips/
|
|
F: include/configs/qemu-mips.h
|
|
F: configs/qemu_mips_defconfig
|
|
|
|
QEMU_MIPSEL BOARD
|
|
#M: -
|
|
S: Maintained
|
|
F: configs/qemu_mipsel_defconfig
|
|
F: include/configs/qemu-mips64.h
|
|
F: configs/qemu_mips64_defconfig
|
|
F: configs/qemu_mips64el_defconfig
|