diff options
| author | Gonglei | 2015-02-25 05:22:37 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2015-03-10 06:15:33 +0100 |
| commit | c65476612aa4842785939fa3fbea2123cc980c75 (patch) | |
| tree | 8d4dcf2236d20c1f2ae89b48d0fe86ce53cc3590 /hw | |
| parent | arm/digic_boards: Remove superfluous '\n' around error_report() (diff) | |
| download | qemu-c65476612aa4842785939fa3fbea2123cc980c75.tar.gz qemu-c65476612aa4842785939fa3fbea2123cc980c75.tar.xz qemu-c65476612aa4842785939fa3fbea2123cc980c75.zip | |
vhost: Remove superfluous '\n' around error_report()
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/virtio/vhost-backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio/vhost-backend.c b/hw/virtio/vhost-backend.c index ff4f2001bb..4d68a27658 100644 --- a/hw/virtio/vhost-backend.c +++ b/hw/virtio/vhost-backend.c @@ -61,7 +61,7 @@ int vhost_set_backend_type(struct vhost_dev *dev, VhostBackendType backend_type) dev->vhost_ops = &user_ops; break; default: - error_report("Unknown vhost backend type\n"); + error_report("Unknown vhost backend type"); r = -1; } |
