t-next plumbings
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2016-12-06 06:03:34 +0200
committerMichael S. Tsirkin <mst@redhat.com>2016-12-15 06:59:18 +0200
commit6c7efafdd5c1639084dd08ace82567e19a4032be (patch)
tree163f2d15126710f935b31b3376b6f293c9139ea5 /net
parent72952cc0614b61650b2b13f57752a6dd82cbeae5 (diff)
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>
Diffstat (limited to 'net')