Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4ee703a authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by David S. Miller
Browse files

virtio_net: sparse annotation fix



offloads is a buffer in virtio format, should use
the __virtio64 tag.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d7fad4c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ struct control_buf {
	u8 promisc;
	u8 allmulti;
	__virtio16 vid;
	u64 offloads;
	__virtio64 offloads;
};

struct virtnet_info {