Skip to content
Commit 6ce33a8a authored by Soumya Negi's avatar Soumya Negi Committed by Andi Shyti
Browse files

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



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: default avatarAndi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: default avatarSoumya Negi <soumya.negi97@gmail.com>
Acked-by: default avatarKarolina Stolarek <karolina.stolarek@intel.com>
Reviewed-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231026044309.17213-1-soumya.negi97@gmail.com
parent ffc02c67
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment