Re: [PATCH] gpu: amd: Remove duplicate semicolons at the end of line

2020-08-24 Thread Alex Deucher
On Sat, Aug 22, 2020 at 5:02 AM Youling Tang wrote: > > Remove duplicate semicolons at the end of line. > > Signed-off-by: Youling Tang Applied. Thanks! Alex > --- > drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | 2 +- > drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c | 2 +-

[PATCH] gpu: amd: Remove duplicate semicolons at the end of line

2020-08-22 Thread Youling Tang
Remove duplicate semicolons at the end of line. Signed-off-by: Youling Tang --- drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | 2 +- drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git