diff options
author | Peter Maydell | 2013-06-24 12:49:32 +0200 |
---|---|---|
committer | Anthony Liguori | 2013-07-07 19:20:53 +0200 |
commit | 6e481d5754a3ff4170e995f6ea0d2f73c55ab072 (patch) | |
tree | 66c050a0cbf3f2cad022dac06236cad8a3e03754 /hw/misc | |
parent | Merge remote-tracking branch 'stefanha/block' into staging (diff) | |
download | qemu-6e481d5754a3ff4170e995f6ea0d2f73c55ab072.tar.gz qemu-6e481d5754a3ff4170e995f6ea0d2f73c55ab072.tar.xz qemu-6e481d5754a3ff4170e995f6ea0d2f73c55ab072.zip |
MAINTAINERS: fix bad F: patterns
This patch fixes a number of incorrect F: patterns which didn't
match any files in the source tree. This was caused by a mix
of minor typos (- for _ and the like) and a few entries which
hadn't been correctly updated following the rearrangement of hw/.
Offending entries were located with the following shell rune:
for pattern in $(sed -ne 's/^F: //p' MAINTAINERS); do
if ! stat --printf='' $pattern 2>/dev/null; then
echo bad pattern: $pattern
fi
done
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Message-id: 1372070972-30776-1-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/misc')
0 files changed, 0 insertions, 0 deletions