]> Git Repo - qemu.git/commitdiff
target/mips: Style improvements in cps.c
authorAleksandar Markovic <[email protected]>
Mon, 19 Aug 2019 12:07:51 +0000 (14:07 +0200)
committerAleksandar Markovic <[email protected]>
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 <[email protected]>
Reviewed-by: Aleksandar Rikalo <[email protected]>
Message-Id: <1566216496[email protected]>

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);
 }
This page took 0.025622 seconds and 4 git commands to generate.