Re: [PATCH] drm/amd/display: Clean up errors in display_mode_vba_30.c

2023-08-07 Thread Alex Deucher
Applied. Thanks! On Wed, Aug 2, 2023 at 2:20 AM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: else should follow close brace '}' > > Signed-off-by: Ran Sun > --- > .../gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c | 6 ++ > 1 file changed, 2

[PATCH] drm/amd/display: Clean up errors in display_mode_vba_30.c

2023-08-02 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: else should follow close brace '}' Signed-off-by: Ran Sun --- .../gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git