]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu/mes12_1: emove extra ; from declaration statement
authorColin Ian King <colin.i.king@gmail.com>
Mon, 23 Mar 2026 22:43:48 +0000 (22:43 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Mar 2026 17:35:17 +0000 (13:35 -0400)
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>
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c

index 5dcc2c32644aec78ebca754ac666ad23484e896f..0e9089544769155106bee78fa4630a2988598ad0 100644 (file)
@@ -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)