From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b30so-000724-3E for qemu-devel@nongnu.org; Wed, 18 May 2016 08:47:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b30sk-0003jZ-U4 for qemu-devel@nongnu.org; Wed, 18 May 2016 08:47:26 -0400 Received: from e06smtp05.uk.ibm.com ([195.75.94.101]:57911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b30sk-0003ie-IY for qemu-devel@nongnu.org; Wed, 18 May 2016 08:47:22 -0400 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 18 May 2016 13:47:18 +0100 References: <1463575397-20438-1-git-send-email-mjt@msgid.tls.msk.ru> From: Christian Borntraeger Message-ID: <573C6452.60805@de.ibm.com> Date: Wed, 18 May 2016 14:47:14 +0200 MIME-Version: 1.0 In-Reply-To: <1463575397-20438-1-git-send-email-mjt@msgid.tls.msk.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org On 05/18/2016 02:43 PM, Michael Tokarev wrote: > Signed-off-by: Michael Tokarev > --- > 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