From c407b04f9ddd80af2787b3b7f4fa3430c4100d22 Mon Sep 17 00:00:00 2001
From: mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>
Date: Wed, 25 Mar 2015 17:06:05 +0000
Subject: virtio-ring: comment fixup

virtio_ring.h included with spec has this text:
/* Support for avail_idx and used_idx fields */
it should really refer to avail_event and used_event.

VIRTIO-135.

Reported-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@485 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
---
 virtio-ring.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtio-ring.h b/virtio-ring.h
index aa01d92..5a1e87d 100644
--- a/virtio-ring.h
+++ b/virtio-ring.h
@@ -53,7 +53,7 @@
 /* Support for indirect descriptors */
 #define VIRTIO_F_INDIRECT_DESC    28
 
-/* Support for avail_idx and used_idx fields */
+/* Support for avail_event and used_event fields */
 #define VIRTIO_F_EVENT_IDX        29
 
 /* Arbitrary descriptor layouts. */
-- 
cgit v1.2.3