Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/amdgpu: fix semicolon.cocci warnings
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:405:2-3: Unneeded semicolon drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:435:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 1381f5b10b10 ("drm/amdgpu: add amdgpu_ras.c to support ras (v2)") Change-Id: I0da2913660e8cf3f23ba398f4dd045e83c50d2dc CC: xinhui pan <xinhui.pan@amd.com> Signed-off-by: kbuild test robot <lkp@intel.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
- Loading branch information