summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJulia Lawall <julia.lawall@lip6.fr>2017-02-14 07:13:04 +0100
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:14:49 -0400
commit5866e7cf7d4f989cc17a781b8c4315345bc6de04 (patch)
treef2a9f3ab70c8ab6f509cdde48b889f5bc7cf8f1d /drivers
parent26ada804d62e5aedf16be8dfe2cb9bf4907815e5 (diff)
downloadlinux-5866e7cf7d4f989cc17a781b8c4315345bc6de04.tar.bz2
drm/amd/dc: fix semicolon.cocci warnings
Remove unneeded semicolons. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c
index fdb264c6e859..dc0d8533521f 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c
@@ -938,11 +938,11 @@ static void copy_crtc_timing_for_drm_display_mode(
dst_mode->crtc_hsync_end = src_mode->crtc_hsync_end;
dst_mode->crtc_htotal = src_mode->crtc_htotal;
dst_mode->crtc_hskew = src_mode->crtc_hskew;
- dst_mode->crtc_vblank_start = src_mode->crtc_vblank_start;;
- dst_mode->crtc_vblank_end = src_mode->crtc_vblank_end;;
- dst_mode->crtc_vsync_start = src_mode->crtc_vsync_start;;
- dst_mode->crtc_vsync_end = src_mode->crtc_vsync_end;;
- dst_mode->crtc_vtotal = src_mode->crtc_vtotal;;
+ dst_mode->crtc_vblank_start = src_mode->crtc_vblank_start;
+ dst_mode->crtc_vblank_end = src_mode->crtc_vblank_end;
+ dst_mode->crtc_vsync_start = src_mode->crtc_vsync_start;
+ dst_mode->crtc_vsync_end = src_mode->crtc_vsync_end;
+ dst_mode->crtc_vtotal = src_mode->crtc_vtotal;
}
static void decide_crtc_timing_for_drm_display_mode(