]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_net: sparse annotation fix
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Apr 2018 05:30:50 +0000 (08:30 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 20:33:20 +0000 (16:33 -0400)
commit31e8f4134bca55cbe37d8246daf6f440f7c2eaae
treea2dd2611ad8a57f63f3a4c7cad5d15b6d7e41322
parent93f71569d7d95e0e99047d32c5259cd0c7265211
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>
drivers/net/virtio_net.c