From 0b5288f06affd912f21261fc9f3a200a534fb9a5 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 11 Mar 2019 11:48:22 -0400 Subject: 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 Reviewed-by: Stefan Hajnoczi Reviewed-by: Cornelia Huck --- virtio-gpu.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtio-gpu.tex') 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} -- cgit