aboutsummaryrefslogtreecommitdiffstats
path: root/virtio-gpu.tex
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2019-03-11 11:48:22 -0400
committerMichael S. Tsirkin <mst@redhat.com>2019-03-21 13:24:59 -0400
commit0b5288f06affd912f21261fc9f3a200a534fb9a5 (patch)
tree1cf9ace58d96f6cbd900518543b7dbe650795336 /virtio-gpu.tex
parentc7b25037e9c2794a03376a4e3eabca4d02191219 (diff)
downloadvirtio-spec-0b5288f06affd912f21261fc9f3a200a534fb9a5.tar.gz
signal start and end of structures consistently
Make sure all structs have the format: struct X { ... }; Fixes: https://issues.oasis-open.org/browse/VIRTIO-170 Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'virtio-gpu.tex')
-rw-r--r--virtio-gpu.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtio-gpu.tex b/virtio-gpu.tex
index 0cf2209..992d4e6 100644
--- a/virtio-gpu.tex
+++ b/virtio-gpu.tex
@@ -47,7 +47,7 @@ struct virtio_gpu_config {
le32 events_clear;
le32 num_scanouts;
le32 reserved;
-}
+};
\end{lstlisting}
\subsubsection{Device configuration fields}