Il 18/09/2014 21:51, Tom Musta ha scritto:
> 
> Checkpatch fails:
> WARNING: braces {} are necessary for all arms of this statement
> #171: FILE: target-ppc/translate.c:11111:
> +        if (ppc_get_crf(env, i) & 0x08)
> [...]
> -        else if (env->crf[i] & 0x04)
> [...]
>              a = 'G';
> [...]
> 
> WARNING: braces {} are necessary for all arms of this statement
> #174: FILE: target-ppc/translate.c:11113:
> +        else if (ppc_get_crf(env, i) & 0x04)
> [...]
> -        else if (env->crf[i] & 0x02)
> [...]
> 
> WARNING: braces {} are necessary for all arms of this statement
> #177: FILE: target-ppc/translate.c:11115:
> +        else if (ppc_get_crf(env, i) & 0x02)
> [...]
> 
> total: 0 errors, 3 warnings, 131 lines checked
> 

This goes away with patch 14, so I made the intermediate patch lighter
by omitting the code-style cleanups.

Paolo

Reply via email to