]> git.dujemihanovic.xyz Git - linux.git/commit
drm/amd/display: Remove brackets in macro to conform to coding style
authorStylon Wang <stylon.wang@amd.com>
Fri, 13 Oct 2023 08:10:53 +0000 (16:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Oct 2023 22:26:51 +0000 (18:26 -0400)
commitbf2cc5e959951e81bc25beb0b8feb7ec8ab6e5cc
treed369a160cb34be714da79df2381e72adc9f4a2a1
parente56690bb37eb202cfc31deb6b794dc8fca9b9a89
drm/amd/display: Remove brackets in macro to conform to coding style

[Why]
Many of the register macros defined ind dcn32_resource.h have
extra brackets. This is not conforming to the style of those
defined in other DC header files.

[How]
Remove these brackets in dcn32_resource.h

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.h