From: Jason Wang <jasowang@redhat.com>
To: Greg Kurz <gkurz@linux.vnet.ibm.com>, qemu-trivial@nongnu.org
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] vhost: fix typo in vq_index description
Date: Tue, 31 Mar 2015 13:36:03 +0800 [thread overview]
Message-ID: <551A3243.8010401@redhat.com> (raw)
In-Reply-To: <20150326111029.4249.43831.stgit@bahia.local>
On 03/26/2015 07:10 PM, Greg Kurz wrote:
> Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
> ---
> include/hw/virtio/vhost.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h
> index 71ef18f..88e1e56 100644
> --- a/include/hw/virtio/vhost.h
> +++ b/include/hw/virtio/vhost.h
> @@ -36,7 +36,7 @@ struct vhost_dev {
> MemoryRegionSection *mem_sections;
> struct vhost_virtqueue *vqs;
> int nvqs;
> - /* the first virtuque which would be used by this vhost dev */
> + /* the first virtqueue which would be used by this vhost dev */
> int vq_index;
> unsigned long long features;
> unsigned long long acked_features;
>
>
Acked-by: Jason Wang <jasowang@redhat.com>
WARNING: multiple messages have this Message-ID (diff)
From: Jason Wang <jasowang@redhat.com>
To: Greg Kurz <gkurz@linux.vnet.ibm.com>, qemu-trivial@nongnu.org
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] vhost: fix typo in vq_index description
Date: Tue, 31 Mar 2015 13:36:03 +0800 [thread overview]
Message-ID: <551A3243.8010401@redhat.com> (raw)
In-Reply-To: <20150326111029.4249.43831.stgit@bahia.local>
On 03/26/2015 07:10 PM, Greg Kurz wrote:
> Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
> ---
> include/hw/virtio/vhost.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h
> index 71ef18f..88e1e56 100644
> --- a/include/hw/virtio/vhost.h
> +++ b/include/hw/virtio/vhost.h
> @@ -36,7 +36,7 @@ struct vhost_dev {
> MemoryRegionSection *mem_sections;
> struct vhost_virtqueue *vqs;
> int nvqs;
> - /* the first virtuque which would be used by this vhost dev */
> + /* the first virtqueue which would be used by this vhost dev */
> int vq_index;
> unsigned long long features;
> unsigned long long acked_features;
>
>
Acked-by: Jason Wang <jasowang@redhat.com>
next prev parent reply other threads:[~2015-03-31 5:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-26 11:10 [Qemu-trivial] [PATCH] vhost: fix typo in vq_index description Greg Kurz
2015-03-26 11:10 ` [Qemu-devel] " Greg Kurz
2015-03-31 5:36 ` Jason Wang [this message]
2015-03-31 5:36 ` Jason Wang
2015-04-04 6:48 ` [Qemu-trivial] " Michael Tokarev
2015-04-04 6:48 ` [Qemu-devel] " Michael Tokarev
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=551A3243.8010401@redhat.com \
--to=jasowang@redhat.com \
--cc=gkurz@linux.vnet.ibm.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.