qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling
Date: Wed, 18 May 2016 15:05:30 +0200

On Wed, 18 May 2016 15:43:17 +0300
Michael Tokarev <address@hidden> wrote:

> Signed-off-by: Michael Tokarev <address@hidden>
> ---
>  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 <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]