X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fuapi%2Flinux%2Fvirtio_ring.h;h=915980ac68dfa8cc1dc973b8a7e659fc56383c22;hb=4c4945392dd20b1cbd98f1361eff3fc61905c7fc;hp=a3318f31e8e7fd05f317c595e8c4ce3bc3595fac;hpb=d582cb792647dfc82345e53cff15b6ab87e2540f;p=mirror_ubuntu-artful-kernel.git diff --git a/include/uapi/linux/virtio_ring.h b/include/uapi/linux/virtio_ring.h index a3318f31e8e7..915980ac68df 100644 --- a/include/uapi/linux/virtio_ring.h +++ b/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 */ -/* 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, * should we trigger an event? */ static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old)