On 14/9/23 04:44, Richard Henderson wrote:
No functional change, just using a common spelling.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  target/arm/cpu.c      | 2 +-
  target/ppc/cpu_init.c | 2 +-
  target/s390x/cpu.c    | 2 +-
  3 files changed, 3 insertions(+), 3 deletions(-)

Why this one and not the other?

$ git grep -w __alignof__ | wc -l
      21
$ git grep -w __alignof | wc -l
       5

In particular:

include/qom/object.h:298: .instance_align = __alignof__(ModuleObjName), \

If we have a preference, we should clean tree-wide.

Regardless,
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to