On Tue, Oct 24, 2023 at 01:07:10PM +0200, Michał Winiarski wrote:
Widely used variable names can be used by macro users, potentially leading to name collisions. Suffix locals used inside the macros with an underscore, to reduce the collision potential. Suggested-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx> Signed-off-by: Michał Winiarski <michal.winiarski@xxxxxxxxx>
`git show --color-words` shows this is doing exactly what it should. Reviewed-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx> Maybe note in the commit message the compilation error we get with clang? Although that's in the xe driver that is still not merged upstream... so not really required. thanks Lucas De Marchi