mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 19:36:39 +07:00
virtio_net: sparse annotation fix
offloads is a buffer in virtio format, should use the __virtio64 tag. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d7fad4c840
commit
f4ee703ace
@ -155,7 +155,7 @@ struct control_buf {
|
||||
u8 promisc;
|
||||
u8 allmulti;
|
||||
__virtio16 vid;
|
||||
u64 offloads;
|
||||
__virtio64 offloads;
|
||||
};
|
||||
|
||||
struct virtnet_info {
|
||||
|
Loading…
Reference in New Issue
Block a user