[PATCH] hw/core: fix block comment style in sysbus.c

Ganesh Harshan posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260624161736.31548-1-ganeshredcobra@gmail.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>
hw/core/sysbus.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] hw/core: fix block comment style in sysbus.c
Posted by Ganesh Harshan 1 month ago
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