mirror of
https://github.com/apache/nuttx.git
synced 2026-03-24 07:35:07 +08:00
drivers/virtio: fix the minor code style in virtio.c
Add empty line after `}` Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
16e2aa0922
commit
f1d06cbdcf
@@ -51,6 +51,7 @@ struct virtio_bus_s
|
||||
struct list_node device; /* Wait match virtio device list */
|
||||
struct list_node driver; /* Virtio driver list */
|
||||
};
|
||||
|
||||
struct virtio_device_item_s
|
||||
{
|
||||
struct list_node node; /* list node */
|
||||
|
||||
Reference in New Issue
Block a user