Subject: [PATCH] target/arm: adjust program counter for wfi exception in AArch32 Type: series Message-id: 20200110180211.29025-1-jeff.kubascik@dornerworks.com === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Switched to a new branch 'test' 800339c target/arm: adjust program counter for wfi exception in AArch32 === OUTPUT BEGIN === ERROR: braces {} are necessary for all arms of this statement #30: FILE: target/arm/op_helper.c:298: + if (env->aarch64) [...] + else [...] total: 1 errors, 0 warnings, 12 lines checked Commit 800339c7aaeb (target/arm: adjust program counter for wfi exception in AArch32) has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. === OUTPUT END === Test command exited with code: 1