All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915/gt: Remove prohibited space after opening parenthesis
@ 2023-10-27 17:47 Dorcas AnonoLitunya
  2023-10-28  0:12 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Dorcas AnonoLitunya @ 2023-10-27 17:47 UTC (permalink / raw)
  To: karolina.stolarek, andi.shyti; +Cc: intel-gfx, karolinadrobnik

Removes space after opening parenthesis.

Fixes the checkpatch.pl error:
ERROR: space prohibited after that opening parenthesis '('

Signed-off-by: Dorcas AnonoLitunya <anonolitunya@gmail.com>
---
 drivers/gpu/drm/i915/gt/intel_engine_cs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_engine_cs.c b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
index 4a11219e560e..40687806d22a 100644
--- a/drivers/gpu/drm/i915/gt/intel_engine_cs.c
+++ b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
@@ -47,7 +47,7 @@
 #define GEN9_LR_CONTEXT_RENDER_SIZE	(22 * PAGE_SIZE)
 #define GEN11_LR_CONTEXT_RENDER_SIZE	(14 * PAGE_SIZE)
 
-#define GEN8_LR_CONTEXT_OTHER_SIZE	( 2 * PAGE_SIZE)
+#define GEN8_LR_CONTEXT_OTHER_SIZE	(2 * PAGE_SIZE)
 
 #define MAX_MMIO_BASES 3
 struct engine_info {
-- 
2.42.0.345.gaab89be2eb


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

end of thread, other threads:[~2023-11-03  0:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27 17:47 [Intel-gfx] [PATCH] drm/i915/gt: Remove prohibited space after opening parenthesis Dorcas AnonoLitunya
2023-10-28  0:12 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2023-10-29  9:36 ` [Intel-gfx] [PATCH] " Andi Shyti
2023-10-30 18:42 ` Andi Shyti
2023-10-30 20:13   ` Dorcas Anono Litunya
2023-11-02 12:26   ` Jani Nikula
2023-11-03  0:37     ` Andi Shyti
2023-10-30 21:45 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.