OSDN Git Service

virtio_ring: make virtqueue_add_indirect_packed prettier
authorXuan Zhuo <xuanzhuo@linux.alibaba.com>
Wed, 20 Oct 2021 11:23:22 +0000 (19:23 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 1 Nov 2021 09:26:47 +0000 (05:26 -0400)
commit8d7670f3734eed45bb9d00d8fd1201f662bc667f
tree26a70d2dbad233733e3fe55277cbf91eebdd524c
parent9a4b612d675b03f7fc9fa1957ca399c8223f3954
virtio_ring: make virtqueue_add_indirect_packed prettier

Align the arguments of virtqueue_add_indirect_packed() to the open ( to
make it look prettier.

Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20211020112323.67466-2-xuanzhuo@linux.alibaba.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_ring.c