From: Dorcas AnonoLitunya <anonolitunya@gmail.com>
To: karolina.stolarek@intel.com, andi.shyti@intel.com
Cc: intel-gfx@lists.freedesktop.org, karolinadrobnik@gmail.com
Subject: [Intel-gfx] [PATCH] drm/i915/gt: Remove prohibited space after opening parenthesis
Date: Fri, 27 Oct 2023 20:47:45 +0300 [thread overview]
Message-ID: <20231027174745.4058-1-anonolitunya@gmail.com> (raw)
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
next reply other threads:[~2023-10-27 17:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-27 17:47 Dorcas AnonoLitunya [this message]
2023-10-28 0:12 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Remove prohibited space after opening parenthesis 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231027174745.4058-1-anonolitunya@gmail.com \
--to=anonolitunya@gmail.com \
--cc=andi.shyti@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=karolina.stolarek@intel.com \
--cc=karolinadrobnik@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox