target/ppc: Style fixes for misc_helper.c
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 21 Mar 2019 11:27:42 +0000 (22:27 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 26 Apr 2019 00:42:38 +0000 (10:42 +1000)
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
target/ppc/misc_helper.c

index c65d1ade15c2bb7eee35297ff3103ef6fcb6e76f..0a81e98ee9f3affb359d38f71051b7611f620cf5 100644 (file)
@@ -210,10 +210,11 @@ void ppc_store_msr(CPUPPCState *env, target_ulong value)
     hreg_store_msr(env, value, 0);
 }
 
-/* This code is lifted from MacOnLinux. It is called whenever
- * THRM1,2 or 3 is read an fixes up the values in such a way
- * that will make MacOS not hang. These registers exist on some
- * 75x and 74xx processors.
+/*
+ * This code is lifted from MacOnLinux. It is called whenever THRM1,2
+ * or 3 is read an fixes up the values in such a way that will make
+ * MacOS not hang. These registers exist on some 75x and 74xx
+ * processors.
  */
 void helper_fixup_thrm(CPUPPCState *env)
 {