drm/i915/gt: Remove unncessary {} from if-else
authorGilbert Adikankwu <gilbertadikankwu@gmail.com>
Thu, 26 Oct 2023 10:56:23 +0000 (11:56 +0100)
committerAndi Shyti <andi.shyti@linux.intel.com>
Sun, 29 Oct 2023 09:39:28 +0000 (10:39 +0100)
commit33f2af42a2019da4fecde30fe144a810b485762f
treeaf0bb2f649e327717236a9e2202106c061fff7d3
parent81de3e296b10a13e5c9f13172825b0d8d9495c68
drm/i915/gt: Remove unncessary {} from if-else

Fix checkpatch.pl error:

WARNING: braces {} are not necessary for any arm of this statement

Signed-off-by: Gilbert Adikankwu <gilbertadikankwu@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/20231026105623.480172-1-gilbertadikankwu@gmail.com
drivers/gpu/drm/i915/gt/intel_sseu.c