Move block comment delimiter to a separate line to comply
with coding style guidelines.
Signed-off-by: Ganesh Harshan <ganeshredcobra@gmail.com>
---
hw/core/sysbus.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hw/core/sysbus.c b/hw/core/sysbus.c
index c07afaa802..74c10c0d4f 100644
--- a/hw/core/sysbus.c
+++ b/hw/core/sysbus.c
@@ -199,7 +199,8 @@ void sysbus_init_ioports(SysBusDevice *dev, uint32_t ioport, uint32_t size)
}
}
-/* The purpose of preserving this empty realize function
+/*
+ * The purpose of preserving this empty realize function
* is to prevent the parent_realize field of some subclasses
* from being set to NULL to break the normal init/realize
* of some devices.
--
2.47.3