From: Yang Li Date: Thu, 5 May 2022 23:23:12 +0000 (+0800) Subject: drm/amdgpu/gfx11: remove unneeded semicolon X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1e51dbad4b5a9f72435fa8172510134afe6aad67;p=linux.git drm/amdgpu/gfx11: remove unneeded semicolon Eliminate the following coccicheck warning: ./drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1222:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c index 9416dc93e4569..c61df47020d6c 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c @@ -1243,7 +1243,7 @@ static void gfx_v11_0_parse_rlc_toc(struct amdgpu_device *adev, void *rlc_toc) rlc_autoload_info[ucode->id].size = ucode->size * 4; ucode++; - }; + } } static uint32_t gfx_v11_0_calc_toc_total_size(struct amdgpu_device *adev)