mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 13:41:48 -04:00
drm/amdgpu/mes12_1: emove extra ; from declaration statement
There is a declaration statement that has a ;; at the end, remove the extraneous ; Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
3b5620f7ee
commit
46f4458c23
@@ -2227,7 +2227,7 @@ static int mes_v12_1_self_test(struct amdgpu_device *adev, int xcc_id)
|
||||
struct amdgpu_bo *meta_bo = NULL, *ctx_bo = NULL;
|
||||
void *meta_ptr = NULL, *ctx_ptr = NULL;
|
||||
u64 meta_gpu_addr, ctx_gpu_addr;
|
||||
int size, i, r, pasid;;
|
||||
int size, i, r, pasid;
|
||||
|
||||
pasid = amdgpu_pasid_alloc(16);
|
||||
if (pasid < 0)
|
||||
|
||||
Reference in New Issue
Block a user