]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Remove unneeded semicolon in amdgpu_pmu.c
authorzhengbin <zhengbin13@huawei.com>
Sat, 14 Dec 2019 09:02:22 +0000 (17:02 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2019 21:09:11 +0000 (16:09 -0500)
commit6ad879f281ebdc291412bb7b0ecc3f2b3ecad8d0
tree0ded96ca70bc7b9dfa7b77c8d94da6213a9c0328
parent44f914387410bf81390e7eb0100ad9d37b3a097f
drm/amdgpu: Remove unneeded semicolon in amdgpu_pmu.c

Fixes coccicheck warning:

drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:110:3-4: Unneeded semicolon
drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:133:2-3: Unneeded semicolon
drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:163:2-3: Unneeded semicolon
drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:191:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c