Re: [PATCH -next] drm/amd/display: clean up some inconsistent indentings

2023-10-18 Thread Alex Deucher
Applied. Thanks! On Wed, Sep 27, 2023 at 9:14 PM Yang Li wrote: > > drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn35/dcn35_fpu.c:261 > dcn35_update_bw_bounding_box_fpu() warn: inconsistent indenting > > Signed-off-by: Yang Li > --- > .../drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 144

[PATCH -next] drm/amd/display: clean up some inconsistent indentings

2023-09-27 Thread Yang Li
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn35/dcn35_fpu.c:261 dcn35_update_bw_bounding_box_fpu() warn: inconsistent indenting Signed-off-by: Yang Li --- .../drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 144 +- 1 file changed, 72 insertions(+), 72 deletions(-) diff --git

Re: [PATCH -next] drm/amd/display: clean up some inconsistent indentings

2023-02-13 Thread Alex Deucher
Applied. Thanks! On Thu, Feb 9, 2023 at 8:06 PM Yang Li wrote: > > drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:145 > get_ddc_line() warn: inconsistent indenting > drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:201 > dc_link_construct_phy() warn: inconsistent

[PATCH -next] drm/amd/display: clean up some inconsistent indentings

2023-02-10 Thread Yang Li
drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:145 get_ddc_line() warn: inconsistent indenting drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:201 dc_link_construct_phy() warn: inconsistent indenting Reported-by: Abaci Robot Link:

Re: [PATCH -next] drm/amd/display: clean up some inconsistent indentings

2022-09-09 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Sep 1, 2022 at 3:57 AM Yang Li wrote: > > This if statement is the content of the for statement above it. It > should be indented. > > Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2026 > Reported-by: Abaci Robot > Signed-off-by: Yang Li > --- >

[PATCH -next] drm/amd/display: clean up some inconsistent indentings

2022-09-01 Thread Yang Li
This if statement is the content of the for statement above it. It should be indented. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2026 Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c | 4 ++-- 1 file changed, 2 insertions(+),