gpu: amd: Remove duplicate semicolons at the end of line
authorYouling Tang <tangyouling@loongson.cn>
Sat, 22 Aug 2020 08:27:23 +0000 (16:27 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 26 Aug 2020 20:40:18 +0000 (16:40 -0400)
Remove duplicate semicolons at the end of line.

Signed-off-by: Youling Tang <tangyouling@loongson.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c
drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c

index 2719ef9..139fac0 100644 (file)
@@ -1103,7 +1103,7 @@ static int vcn_v2_5_mmsch_start(struct amdgpu_device *adev,
 {
        uint32_t data = 0, loop = 0, size = 0;
        uint64_t addr = table->gpu_addr;
-       struct mmsch_v1_1_init_header *header = NULL;;
+       struct mmsch_v1_1_init_header *header = NULL;
 
        header = (struct mmsch_v1_1_init_header *)table->cpu_addr;
        size = header->total_size;
index afdd4f0..b320931 100644 (file)
@@ -467,7 +467,7 @@ static void fetch_pipe_params(struct display_mode_lib *mode_lib)
                mode_lib->vba.AudioSampleLayout[mode_lib->vba.NumberOfActivePlanes] =
                        1;
                mode_lib->vba.DRAMClockChangeLatencyOverride = 0.0;
-               mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable;;
+               mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable;
                mode_lib->vba.DSCEnable[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable;
                mode_lib->vba.NumberOfDSCSlices[mode_lib->vba.NumberOfActivePlanes] =
                                dout->dsc_slices;