From: "Randhawa, Jagmeet" <jagmeet.randhawa@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>,
<intel-xe@lists.freedesktop.org>
Cc: kernel test robot <lkp@intel.com>
Subject: Re: [PATCH] drm/xe/rtp: Remove unneeded semicolon
Date: Mon, 16 Sep 2024 12:38:41 -0700 [thread overview]
Message-ID: <0fa6c0ec-fd7b-4874-86d1-81990060ca3b@intel.com> (raw)
In-Reply-To: <20240916192149.855996-1-lucas.demarchi@intel.com>
On 9/16/2024 12:21 PM, Lucas De Marchi wrote:
> Fix coccicheck report with regard to unneeded semicolon. This is
> currently the only case according to
>
> make coccicheck \
> MODE=report \
> COCCI=scripts/coccinelle/misc/semicolon.cocci \
> M=drivers/gpu/drm/xe
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202409151152.pJ4ukp5k-lkp@intel.com/
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com>
> ---
> drivers/gpu/drm/xe/xe_rtp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_rtp.c b/drivers/gpu/drm/xe/xe_rtp.c
> index 86c705d18c0d3..b13d4d62f0b1e 100644
> --- a/drivers/gpu/drm/xe/xe_rtp.c
> +++ b/drivers/gpu/drm/xe/xe_rtp.c
> @@ -196,7 +196,7 @@ static void rtp_get_context(struct xe_rtp_process_ctx *ctx,
> *gt = (*hwe)->gt;
> *xe = gt_to_xe(*gt);
> break;
> - };
> + }
> }
>
> /**
next prev parent reply other threads:[~2024-09-16 19:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-16 19:21 [PATCH] drm/xe/rtp: Remove unneeded semicolon Lucas De Marchi
2024-09-16 19:26 ` ✓ CI.Patch_applied: success for " Patchwork
2024-09-16 19:27 ` ✓ CI.checkpatch: " Patchwork
2024-09-16 19:28 ` ✓ CI.KUnit: " Patchwork
2024-09-16 19:38 ` Randhawa, Jagmeet [this message]
2024-09-16 19:39 ` ✓ CI.Build: " Patchwork
2024-09-16 19:42 ` ✓ CI.Hooks: " Patchwork
2024-09-16 19:43 ` ✓ CI.checksparse: " Patchwork
2024-09-16 20:09 ` ✓ CI.BAT: " Patchwork
2024-09-16 22:11 ` ✗ CI.FULL: failure " Patchwork
2024-09-17 5:57 ` [PATCH] " Upadhyay, Tejas
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=0fa6c0ec-fd7b-4874-86d1-81990060ca3b@intel.com \
--to=jagmeet.randhawa@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=lkp@intel.com \
--cc=lucas.demarchi@intel.com \
/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