projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79cecb3
)
s390x/virtio-ccw: fix spelling
author
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 18 May 2016 12:41:59 +0000
(15:41 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:02:48 +0000
(18:02 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/virtio-ccw.c
patch
|
blob
|
history
diff --git
a/hw/s390x/virtio-ccw.c
b/hw/s390x/virtio-ccw.c
index a1c1ed949698885719560609c6f6a12a798b6fd0..2b68e5e87d6ca5b9a5c68885c3d464dd8e81bcfd 100644
(file)
--- a/
hw/s390x/virtio-ccw.c
+++ b/
hw/s390x/virtio-ccw.c
@@
-1476,7
+1476,7
@@
static void virtio_ccw_device_plugged(DeviceState *d, Error **errp)
int n = virtio_get_num_queues(vdev);
if (virtio_get_num_queues(vdev) > VIRTIO_CCW_QUEUE_MAX) {
- error_setg(errp, "The nu
bm
er of virtqueues %d "
+ error_setg(errp, "The nu
mb
er of virtqueues %d "
"exceeds ccw limit %d", n,
VIRTIO_CCW_QUEUE_MAX);
return;