[PATCH v2] signal start and end of structures consistently

From
Cornelia Huck <>
Date
2019-03-11T22:55:00+00:00
ID
Thread
[PATCH v2] signal start and end of structures consistently
On Mon, 11 Mar 2019 14:18:48 -0400
"Michael S. Tsirkin" <> wrote:
> Make sure all structs have the format:
>
> struct X {
> ...
> };
>
> VIRTIO-170
>
> Signed-off-by: Michael S. Tsirkin <>
> ---
> Changes since v1:
> 	no text changes, fix typo in commit log reported by Cornelia
>
>  content.tex
| 11 +++++

------
>  virtio-gpu.tex |  2 +-
>  2 files changed, 6 insertions(+), 7 deletions(-)

Reviewed-by: Cornelia Huck <>