mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
16e2aa0922
commit
f1d06cbdcf
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue