[PATCH -next 1/2] drm/amdgpu/gfx11: remove unneeded semicolon
Yang Li
yang.lee at linux.alibaba.com
Thu May 5 23:23:12 UTC 2022
Eliminate the following coccicheck warning:
./drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1222:2-3: Unneeded semicolon
Reported-by: Abaci Robot <abaci at linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee at linux.alibaba.com>
---
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
index 184bf554acca..d2ab325e40b4 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
@@ -1219,7 +1219,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)
--
2.20.1.7.g153144c
More information about the amd-gfx
mailing list