public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <christian.koenig@amd.com>
To: Colin Ian King <colin.i.king@gmail.com>,
	Alex Deucher <alexander.deucher@amd.com>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][nexr] drm/amdgpu/mes12_1: emove extra ; from declaration statement
Date: Tue, 24 Mar 2026 10:39:19 +0100	[thread overview]
Message-ID: <1060acb4-1a8c-4e52-add2-fbda4f2efb7d@amd.com> (raw)
In-Reply-To: <20260323224348.343495-1-colin.i.king@gmail.com>

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 <colin.i.king@gmail.com>

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>  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)


  reply	other threads:[~2026-03-24  9:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-23 22:43 [PATCH][nexr] drm/amdgpu/mes12_1: emove extra ; from declaration statement Colin Ian King
2026-03-24  9:39 ` Christian König [this message]
2026-03-24 13:22   ` Alex Deucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1060acb4-1a8c-4e52-add2-fbda4f2efb7d@amd.com \
    --to=christian.koenig@amd.com \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=colin.i.king@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=simona@ffwll.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox