This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new f1d06cbdcf6 drivers/virtio: fix the minor code style in virtio.c
f1d06cbdcf6 is described below
commit f1d06cbdcf65d71813ad96954005bc64c0bee26f
Author: Bowen Wang <[email protected]>
AuthorDate: Thu Nov 6 16:22:33 2025 +0800
drivers/virtio: fix the minor code style in virtio.c
Add empty line after `}`
Signed-off-by: Bowen Wang <[email protected]>
---
drivers/virtio/virtio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/virtio/virtio.c b/drivers/virtio/virtio.c
index 24783aad4a1..f05fc083051 100644
--- a/drivers/virtio/virtio.c
+++ b/drivers/virtio/virtio.c
@@ -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 */