Re: [PATCH][nexr] drm/amdgpu/mes12_1: emove extra ; from declaration statement
Alex Deucher <[email protected]>
| Newsgroups | org.kernel.vger.kernel-janitors,org.freedesktop.lists.amd-gfx,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CADnq5_MBNLH6ArJT5J87xcqvPo4y4N15EKO-oJPa3MAqEnr2_g@mail.gmail.com> |
Applied. Thanks! On Tue, Mar 24, 2026 at 5:49 AM Christian König <[email protected]> wrote: > > On 3/23/26 23:43, Colin Ian King wrote: > > There is a declaration statement that has a ;; at the end, remove the > > extraneous ; > > > > Signed-off-by: Colin Ian King <[email protected]> > > Reviewed-by: Christian König <[email protected]> > > > --- > > drivers/gpu/drm/amd/amdgpu/mes_v12_1.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v12_1.c b/drivers/gpu/drm/amd/amdgpu/mes_v12_1.c > > index 5dcc2c32644a..0e9089544769 100644 > > --- a/drivers/gpu/drm/amd/amdgpu/mes_v12_1.c > > +++ b/drivers/gpu/drm/amd/amdgpu/mes_v12_1.c > > @@ -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) >