aboutsummaryrefslogtreecommitdiff
path: root/include/standard-headers/linux/virtio_ring.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2018-03-13 09:38:18 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2018-03-13 12:02:32 +0100
commit9f2d175db5c29b23bc1a560041043d0b10ee57dc (patch)
tree866271220653d6776f45eef4256151df4d82229d /include/standard-headers/linux/virtio_ring.h
parentfb5fff15881ba7a002924b967eb211c002897983 (diff)
update Linux headers to 4.16-rc5
Note that VIRTIO_GPU_CAPSET_VIRGL2 was added manually so it has to be added manually after re-running scripts/update-linux-headers.sh. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_ring.h')
-rw-r--r--include/standard-headers/linux/virtio_ring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/standard-headers/linux/virtio_ring.h b/include/standard-headers/linux/virtio_ring.h
index f1dc05df25..d26e72bc6b 100644
--- a/include/standard-headers/linux/virtio_ring.h
+++ b/include/standard-headers/linux/virtio_ring.h
@@ -78,7 +78,7 @@ struct vring_avail {
__virtio16 ring[];
};
-/* u32 is used here for ids for padding reasons. */
+/* uint32_t is used here for ids for padding reasons. */
struct vring_used_elem {
/* Index of start of used descriptor chain. */
__virtio32 id;