[PATCH] drm/i915/gt: Remove {} from if-else

2023-10-26 Thread Soumya Negi
In accordance to Linux coding style(Documentation/process/4.Coding.rst), remove unneeded braces from if-else block as all arms of this block contain single statements. Suggested-by: Andi Shyti Signed-off-by: Soumya Negi --- drivers/gpu/drm/i915/gt/intel_ggtt.c | 7 +++ 1 file changed, 3 ins

<    1   2