From: David Gibson Date: Thu, 21 Mar 2019 11:27:42 +0000 (+1100) Subject: target/ppc: Style fixes for misc_helper.c X-Git-Tag: v4.1.0-rc0~145^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d81b43279b2658a5136edf862ca672161a6aa85b;p=thirdparty%2Fqemu.git target/ppc: Style fixes for misc_helper.c Signed-off-by: David Gibson Reviewed-by: Cédric Le Goater Reviewed-by: Greg Kurz --- diff --git a/target/ppc/misc_helper.c b/target/ppc/misc_helper.c index c65d1ade15c..0a81e98ee9f 100644 --- a/target/ppc/misc_helper.c +++ b/target/ppc/misc_helper.c @@ -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) {