diff mbox

vhost: fix typo in vq_index description

Message ID 20150326111029.4249.43831.stgit@bahia.local
State New
Headers show

Commit Message

Greg Kurz March 26, 2015, 11:10 a.m. UTC
Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
---
 include/hw/virtio/vhost.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jason Wang March 31, 2015, 5:36 a.m. UTC | #1
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>
Michael Tokarev April 4, 2015, 6:48 a.m. UTC | #2
Applied to -trivial, thanks!

/mjt
diff mbox

Patch

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;