浏览代码

virtio: fix typo in vring_need_event() doc comment

Here the "other side" refers to the guest or host.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Stefan Hajnoczi 10 年之前
父节点
当前提交
e412d3a32b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/uapi/linux/virtio_ring.h

+ 1 - 1
include/uapi/linux/virtio_ring.h

@@ -155,7 +155,7 @@ static inline unsigned vring_size(unsigned int num, unsigned long align)
 }
 }
 
 
 /* The following is used with USED_EVENT_IDX and AVAIL_EVENT_IDX */
 /* The following is used with USED_EVENT_IDX and AVAIL_EVENT_IDX */
-/* Assuming a given event_idx value from the other size, if
+/* Assuming a given event_idx value from the other side, if
  * we have just incremented index from old to new_idx,
  * we have just incremented index from old to new_idx,
  * should we trigger an event? */
  * should we trigger an event? */
 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old)
 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old)