Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/rtp: Remove unneeded semicolon
@ 2024-09-16 19:21 Lucas De Marchi
  2024-09-16 19:26 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Lucas De Marchi @ 2024-09-16 19:21 UTC (permalink / raw)
  To: intel-xe; +Cc: Lucas De Marchi, kernel test robot

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>
---
 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;
-	};
+	}
 }
 
 /**
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-09-17  5:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] " Randhawa, Jagmeet
2024-09-16 19:39 ` ✓ CI.Build: success for " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox