Re: [PATCH] iosys-map: Rename locals used inside macros

From: Lucas De Marchi
Date: Tue Nov 14 2023 - 12:47:08 EST


On Tue, Oct 24, 2023 at 08:10:32AM -0500, Lucas De Marchi wrote:
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>

applied to drm-misc-next. Thanks

Lucas De Marchi


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