mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
virtio_ring: coding style fix
Most of our code has struct foo { } Fix one instances where ring is inconsistent. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
bb6ec57600
commit
43b4f721ce
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@
|
||||||
#define END_USE(vq)
|
#define END_USE(vq)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct vring_virtqueue
|
struct vring_virtqueue {
|
||||||
{
|
|
||||||
struct virtqueue vq;
|
struct virtqueue vq;
|
||||||
|
|
||||||
/* Actual memory layout for this queue */
|
/* Actual memory layout for this queue */
|
||||||
|
|
Loading…
Add table
Reference in a new issue