virtio_blk: mark all zone fields LE
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 22 Dec 2022 19:30:13 +0000 (14:30 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 15 Feb 2023 11:46:22 +0000 (06:46 -0500)
commitb16a1756c716235891e298beabd68f3cd6bb5952
tree1ed996d2ef0d88022a6517e8b98ef95767703e12
parent2a9c844e896b2895cde9fc0276f6243c68d82e70
virtio_blk: mark all zone fields LE

zone is a virtio 1.x feature so all fields are LE,
they are handled as such, but have mistakenly been labeled
__virtioXX in the header.  This results in a bunch of sparse warnings.

Use the __leXX tags to make sparse happy.

Message-Id: <20221222193214.55146-1-mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/uapi/linux/virtio_blk.h