Message ID | 1463575397-20438-1-git-send-email-mjt@msgid.tls.msk.ru (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 05/18/2016 02:43 PM, Michael Tokarev wrote: > Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> > --- > hw/s390x/virtio-ccw.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x/virtio-ccw.c > index d51642d..5e77b27 100644 > --- a/hw/s390x/virtio-ccw.c > +++ b/hw/s390x/virtio-ccw.c > @@ -1475,7 +1475,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 nubmer of virtqueues %d " > + error_setg(errp, "The number of virtqueues %d " > "exceeds ccw limit %d", n, > VIRTIO_CCW_QUEUE_MAX); > return; > Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
On Wed, 18 May 2016 15:43:17 +0300 Michael Tokarev <mjt@tls.msk.ru> wrote: > Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> > --- > hw/s390x/virtio-ccw.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x/virtio-ccw.c > index d51642d..5e77b27 100644 > --- a/hw/s390x/virtio-ccw.c > +++ b/hw/s390x/virtio-ccw.c > @@ -1475,7 +1475,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 nubmer of virtqueues %d " > + error_setg(errp, "The number of virtqueues %d " > "exceeds ccw limit %d", n, > VIRTIO_CCW_QUEUE_MAX); > return; Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x/virtio-ccw.c index d51642d..5e77b27 100644 --- a/hw/s390x/virtio-ccw.c +++ b/hw/s390x/virtio-ccw.c @@ -1475,7 +1475,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 nubmer of virtqueues %d " + error_setg(errp, "The number of virtqueues %d " "exceeds ccw limit %d", n, VIRTIO_CCW_QUEUE_MAX); return;
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> --- hw/s390x/virtio-ccw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)