mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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>
This commit is contained in:
parent
d448527a4f
commit
c65476612a
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue