[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20240301090535.87969-2-yang.lee@linux.alibaba.com>
Date: Fri, 1 Mar 2024 17:05:35 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: thomas.hellstrom@...ux.intel.com,
maarten.lankhorst@...ux.intel.com
Cc: dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>
Subject: [PATCH -next 2/2] drm/xe: Remove unneeded semicolon
This patch removes the unnecessary semicolons at the end of the
switch-case statements which cleans up the code and ensures consistency
with the rest of the kernel coding style.
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.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 fb44cc7521d8..316ed2f6d1f0 100644
--- a/drivers/gpu/drm/xe/xe_rtp.c
+++ b/drivers/gpu/drm/xe/xe_rtp.c
@@ -165,7 +165,7 @@ static void rtp_get_context(struct xe_rtp_process_ctx *ctx,
*gt = (*hwe)->gt;
*xe = gt_to_xe(*gt);
break;
- };
+ }
}
/**
--
2.20.1.7.g153144c
Powered by blists - more mailing lists