drm/amdgpu: fix semicolon.cocci warnings
authorkernel test robot <lkp@intel.com>
Mon, 12 Oct 2020 21:20:49 +0000 (05:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Oct 2020 19:13:48 +0000 (15:13 -0400)
commit206b737240c36d3f1ddc7a1a68f13e59ad071022
tree550a1b092c6539d7e10c39f471b61cda34b67617
parentcde3359acb42074b090971e287449cb9e7467cdc
drm/amdgpu: fix semicolon.cocci warnings

drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:608:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: b4a7db71ea06 ("drm/amdgpu: add per device user friendly xgmi events for vega20")
CC: Jonathan Kim <jonathan.kim@amd.com>
Signed-off-by: kernel test robot <lkp@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c