[PATCH] drm/xe/rtp: Remove unneeded semicolon
Upadhyay, Tejas
tejas.upadhyay at intel.com
Tue Sep 17 05:57:00 UTC 2024
> -----Original Message-----
> From: Intel-xe <intel-xe-bounces at lists.freedesktop.org> On Behalf Of Lucas
> De Marchi
> Sent: Tuesday, September 17, 2024 12:52 AM
> To: intel-xe at lists.freedesktop.org
> Cc: De Marchi, Lucas <lucas.demarchi at intel.com>; lkp <lkp at intel.com>
> Subject: [PATCH] drm/xe/rtp: Remove unneeded semicolon
>
> 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 at intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202409151152.pJ4ukp5k-
> lkp at intel.com/
> Signed-off-by: Lucas De Marchi <lucas.demarchi at 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;
> - };
> + }
LGTM,
Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
> }
>
> /**
> --
> 2.43.0
More information about the Intel-xe
mailing list