]> git.proxmox.com Git - mirror_qemu.git/commit
MAINTAINERS: Fix subsystem name for "Build and test automation"
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 21 Sep 2017 17:02:09 +0000 (14:02 -0300)
committerFam Zheng <famz@redhat.com>
Fri, 22 Sep 2017 02:20:47 +0000 (10:20 +0800)
commit0475a03eb89ad20df8dbec33f0ef220296980c75
treed7f527c989144846d4e946504c5509ec3d20a677
parent392fb6435173990e109bb0b58847f5413e03bf3a
MAINTAINERS: Fix subsystem name for "Build and test automation"

The subsystem name for the "Build test automation" section is
"-------------------------", because an actual subsystem name
line is missing:

  $ ./scripts/get_maintainer.pl -f tests/docker/docker.py
  "Alex Bennée" <alex.bennee@linaro.org> (maintainer:-----------------...)
  Fam Zheng <famz@redhat.com> (maintainer:-----------------...)
  "Philippe Mathieu-Daudé" <f4bug@amsat.org> (reviewer:-----------------...)
  qemu-devel@nongnu.org (open list:-----------------...)

Fix the issue by inserting a subsystem name line where
get_maintainer.pl expects it.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20170921170209.9101-1-ehabkost@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
MAINTAINERS