]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vsock/virtio: add a missing __le annotation
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 6 Dec 2016 04:03:34 +0000 (06:03 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Dec 2016 04:59:18 +0000 (06:59 +0200)
commit6c7efafdd5c1639084dd08ace82567e19a4032be
tree163f2d15126710f935b31b3376b6f293c9139ea5
parent72952cc0614b61650b2b13f57752a6dd82cbeae5
vsock/virtio: add a missing __le annotation

guest cid is read from config space, therefore it's in little endian
format and is treated as such, annotate it accordingly.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/vmw_vsock/virtio_transport.c