target/mips: Style improvements in cps.c
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 19 Aug 2019 12:07:51 +0000 (14:07 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 19 Aug 2019 17:53:37 +0000 (19:53 +0200)
Fixes mostly errors and warnings reported by 'checkpatch.pl -f'.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1566216496-17375-13-git-send-email-aleksandar.markovic@rt-rk.com>

hw/mips/cps.c

index cd8b07ded2166cb4e6d2448ead1c6ddb837c72e7..1660f869085a7b5ebbaf8ade847ee1ce16c43019 100644 (file)
@@ -38,8 +38,10 @@ static void mips_cps_init(Object *obj)
     SysBusDevice *sbd = SYS_BUS_DEVICE(obj);
     MIPSCPSState *s = MIPS_CPS(obj);
 
-    /* Cover entire address space as there do not seem to be any
-     * constraints for the base address of CPC and GIC. */
+    /*
+     * Cover entire address space as there do not seem to be any
+     * constraints for the base address of CPC and GIC.
+     */
     memory_region_init(&s->container, obj, "mips-cps-container", UINT64_MAX);
     sysbus_init_mmio(sbd, &s->container);
 }