OSDN Git Service

virtio_ring: fix typos in vring_desc_extra
authorJason Wang <jasowang@redhat.com>
Tue, 19 Oct 2021 07:01:48 +0000 (15:01 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 1 Nov 2021 09:26:48 +0000 (05:26 -0400)
commitef5c366fea30f64d52bb1c4c1e2959a5e6b66e88
tree9570ae03c348f72593a3dd18491b96fbdc33be5f
parent080cd7c3ac8701081d143a15ba17dd9475313188
virtio_ring: fix typos in vring_desc_extra

We're actually tracking descriptor address and length instead of the
buffer.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20211019070152.8236-7-jasowang@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_ring.c