[PATCH] drm/xe/rtp: Remove unneeded semicolon

Randhawa, Jagmeet jagmeet.randhawa at intel.com
Mon Sep 16 19:38:41 UTC 2024


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 at intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202409151152.pJ4ukp5k-lkp@intel.com/
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
Reviewed-by: Jagmeet Randhawa <jagmeet.randhawa 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;
> -	};
> +	}
>   }
>   
>   /**


More information about the Intel-xe mailing list