[PATCH] drm/xe/irq: remove unneeded semicolon
Chauhan, Shekhar
shekhar.chauhan at intel.com
Mon Apr 15 04:16:13 UTC 2024
On 4/15/2024 08:57, Jiapeng Chong wrote:
> No functional modification involved.
>
> ./drivers/gpu/drm/xe/xe_irq.c:279:3-4: Unneeded semicolon.
Specifying a specific line number in a commit message might not be the
most resilient approach as it could become outdated.
Maybe rewrite it as:
"Remove unnecessary semicolon in pick_engine_gt()"
With that,
Reviewed-by: Shekhar Chauhan <shekhar.chauhan at intel.com>
>
> Reported-by: Abaci Robot <abaci at linux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8757
> Signed-off-by: Jiapeng Chong <jiapeng.chong at linux.alibaba.com>
> ---
> drivers/gpu/drm/xe/xe_irq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_irq.c b/drivers/gpu/drm/xe/xe_irq.c
> index 996806353171..5b1a2f46a1b2 100644
> --- a/drivers/gpu/drm/xe/xe_irq.c
> +++ b/drivers/gpu/drm/xe/xe_irq.c
> @@ -276,7 +276,7 @@ static struct xe_gt *pick_engine_gt(struct xe_tile *tile,
> return tile->media_gt;
> default:
> break;
> - };
> + }
> fallthrough;
> default:
> return tile->primary_gt;
--
-shekhar
More information about the dri-devel
mailing list