On Wed, May 11, 2022 at 04:59:21PM +0200, Markus Armbruster wrote: > We commonly define the header guard symbol without an explicit value. > Normalize the exceptions. > > Done with scripts/clean-header-guards.pl. > > Signed-off-by: Markus Armbruster <[email protected]> > Message-Id: <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > --- > include/exec/memopidx.h | 2 +- > include/tcg/tcg-ldst.h | 2 +- > target/alpha/cpu-param.h | 2 +- > target/arm/cpu-param.h | 2 +- > target/cris/cpu-param.h | 2 +- > target/hppa/cpu-param.h | 2 +- > target/i386/cpu-param.h | 2 +- > target/m68k/cpu-param.h | 2 +- > target/microblaze/cpu-param.h | 2 +- > target/mips/cpu-param.h | 2 +- > target/nios2/cpu-param.h | 2 +- > target/openrisc/cpu-param.h | 2 +- > target/ppc/cpu-param.h | 2 +- > target/riscv/cpu-param.h | 2 +- > target/s390x/cpu-param.h | 2 +- > target/sh4/cpu-param.h | 2 +- > target/sparc/cpu-param.h | 2 +- > target/tricore/cpu-param.h | 2 +- > target/xtensa/cpu-param.h | 2 +- > tcg/tcg-internal.h | 2 +- > 20 files changed, 20 insertions(+), 20 deletions(-)
I looked at this for the OpenRISC changes, but the whole patch looks ok to me. Reviewed-by: Stafford Horne <[email protected]>
