Re: [PATCH] virtio_blk: mark all zone fields LE

From: Chaitanya Kulkarni
Date: Thu Dec 22 2022 - 21:26:31 EST




>
> On Dec 22, 2022, at 11:32 AM, Michael S. Tsirkin <mst@xxxxxxxxxx> wrote:
>
> 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.
>
> Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
> ---
>

Every field from spec should reflect endianness from spec...

Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck