* [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling
@ 2016-05-18 12:43 Michael Tokarev
2016-05-18 12:47 ` Christian Borntraeger
2016-05-18 13:05 ` Cornelia Huck
0 siblings, 2 replies; 3+ messages in thread
From: Michael Tokarev @ 2016-05-18 12:43 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev
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;
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling
2016-05-18 12:43 [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling Michael Tokarev
@ 2016-05-18 12:47 ` Christian Borntraeger
2016-05-18 13:05 ` Cornelia Huck
1 sibling, 0 replies; 3+ messages in thread
From: Christian Borntraeger @ 2016-05-18 12:47 UTC (permalink / raw)
To: Michael Tokarev, qemu-devel; +Cc: qemu-trivial
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling
2016-05-18 12:43 [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling Michael Tokarev
2016-05-18 12:47 ` Christian Borntraeger
@ 2016-05-18 13:05 ` Cornelia Huck
1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2016-05-18 13:05 UTC (permalink / raw)
To: Michael Tokarev; +Cc: qemu-devel, qemu-trivial
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-18 13:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 12:43 [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling Michael Tokarev
2016-05-18 12:47 ` Christian Borntraeger
2016-05-18 13:05 ` Cornelia Huck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).