OSDN Git Service

drm/amd/display: clean up one inconsistent indenting
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 29 Aug 2022 08:36:24 +0000 (16:36 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Aug 2022 22:00:55 +0000 (18:00 -0400)
commitbbc9f072117efd5a81d81ca787855da63e7e7252
treeb18a9af7123c506a500b789e0384b7f03d7e5d3f
parentde2b2ae34ddb5cd4a9c840f557b175b4c3c64f65
drm/amd/display: clean up one inconsistent indenting

1. The indentation of statements in the same curly bracket should be
consistent.
2. Variable declarations in the same function should be aligned.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1887
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1888
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1889
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.c