From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Michael Tokarev <mjt@tls.msk.ru>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling
Date: Wed, 18 May 2016 14:47:14 +0200 [thread overview]
Message-ID: <573C6452.60805@de.ibm.com> (raw)
In-Reply-To: <1463575397-20438-1-git-send-email-mjt@msgid.tls.msk.ru>
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>
next prev parent reply other threads:[~2016-05-18 12:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-18 12:43 [Qemu-devel] [PATCH trivial] s390x/virtio-ccw: fix spelling Michael Tokarev
2016-05-18 12:47 ` Christian Borntraeger [this message]
2016-05-18 13:05 ` Cornelia Huck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=573C6452.60805@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).