search for: 8a0d6a9

Displaying 2 results from an estimated 2 matches for "8a0d6a9".

Did you mean: 4f0d6a9
2016 Nov 14
1
[PATCH] virtio_ring: fix description of virtqueue_get_buf
...sed ring and includes the len of how much data was written. Signed-off-by: Felipe Franciosi <felipe at nutanix.com> --- drivers/virtio/virtio_ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c index 489bfc6..8a0d6a9 100644 --- a/drivers/virtio/virtio_ring.c +++ b/drivers/virtio/virtio_ring.c @@ -649,7 +649,7 @@ static inline bool more_used(const struct vring_virtqueue *vq) * @vq: the struct virtqueue we're talking about. * @len: the length written into the buffer * - * If the driver wrote data into t...
2016 Nov 14
1
[PATCH] virtio_ring: fix description of virtqueue_get_buf
...sed ring and includes the len of how much data was written. Signed-off-by: Felipe Franciosi <felipe at nutanix.com> --- drivers/virtio/virtio_ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c index 489bfc6..8a0d6a9 100644 --- a/drivers/virtio/virtio_ring.c +++ b/drivers/virtio/virtio_ring.c @@ -649,7 +649,7 @@ static inline bool more_used(const struct vring_virtqueue *vq) * @vq: the struct virtqueue we're talking about. * @len: the length written into the buffer * - * If the driver wrote data into t...