Fix comment style.
Change-Id: Ibb87a697e83f69be8ad305f6e940b335043e46b9
diff --git a/src/main.c b/src/main.c
index eb233d9..734caf5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -105,10 +105,12 @@
panic("unable to load primary VM");
}
+ /*
+ * load_secondary will add regions assigned to the secondary VMs from
+ * mem_ranges to reserved_ranges.
+ */
update.initrd_begin = pa_from_va(va_from_ptr(primary_initrd.next));
update.initrd_end = pa_from_va(va_from_ptr(primary_initrd.limit));
- /* load_secondary will add regions assigned to the secondary VMs from
- * mem_ranges to reserved_ranges. */
update.reserved_ranges_count = 0;
if (!load_secondary(&cpio, ¶ms, &update)) {
panic("unable to load secondary VMs");