qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] include: Fix typo in name of MAKE_IDENTFIER macro


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] include: Fix typo in name of MAKE_IDENTFIER macro
Date: Thu, 1 Aug 2024 13:52:56 +0200
User-agent: Mozilla Thunderbird

On 1/8/24 12:25, Peter Maydell wrote:
In commit bb71846325e23 we added some macro magic to avoid
variable-shadowing when using some of our more complicated
macros. One of the internal components of this is a macro
named MAKE_IDENTFIER. Fix the typo in its name: it should
be MAKE_IDENTIFIER.

Commit created with
  sed -i -e 's/MAKE_IDENTFIER/MAKE_IDENTIFIER/g' include/qemu/*.h 
include/qapi/qmp/qobject.h

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  include/qapi/qmp/qobject.h | 2 +-
  include/qemu/atomic.h      | 2 +-
  include/qemu/compiler.h    | 2 +-
  include/qemu/osdep.h       | 6 +++---
  4 files changed, 6 insertions(+), 6 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]