[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] include: Fix typo in name of MAKE_IDENTFIER macro
|
From: |
Markus Armbruster |
|
Subject: |
Re: [PATCH] include: Fix typo in name of MAKE_IDENTFIER macro |
|
Date: |
Thu, 01 Aug 2024 13:34:56 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Peter Maydell <peter.maydell@linaro.org> writes:
> 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>
Can't believe I messed this up, but git proves I did %-}
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Thanks!