]> git.proxmox.com Git - qemu.git/commit
error: Clean up error strings with embedded newlines
authorMarkus Armbruster <armbru@redhat.com>
Fri, 8 Feb 2013 20:22:14 +0000 (21:22 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 11 Feb 2013 14:13:18 +0000 (08:13 -0600)
commit474c21349fdde3c477357c2317ca6ad50872827b
tree27792cabdaf5f32a58dc6606f67dc09b8deb0a47
parent2da2e52dce73c5e3a916bcc8e86451ed64f557d8
error: Clean up error strings with embedded newlines

The arguments of error_report() should yield a short error string
without newlines.

A few places try to print additional help after the error message by
embedding newlines in the error string.  That's nice, but let's do it
the right way.

Since I'm touching these lines anyway, drop a stray preposition and
some tabs.  We don't use tabs for similar messages elsewhere.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1360354939-10994-2-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/kvm/pci-assign.c