drm/i915/gt: Remove prohibited space after opening parenthesis
authorDorcas AnonoLitunya <anonolitunya@gmail.com>
Fri, 27 Oct 2023 17:47:45 +0000 (20:47 +0300)
committerAndi Shyti <andi.shyti@kernel.org>
Fri, 3 Nov 2023 00:35:24 +0000 (01:35 +0100)
commit5fbae6874c92eec51cdcdcb68a4bafb535c066bf
tree6cd8951396d0a64340e69cf6f88ee47f9b9bafa3
parentd581841076bc5de3c0ae72fd6bd50c59ce9f1638
drm/i915/gt: Remove prohibited space after opening parenthesis

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>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231027174745.4058-1-anonolitunya@gmail.com
drivers/gpu/drm/i915/gt/intel_engine_cs.c