diff options
author | RutingZhang <u202112078@hust.edu.cn> | 2023-11-21 12:36:20 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-11-29 16:49:22 -0500 |
commit | bcdbd6f607bacb51743ac73f13f40d015cb9de53 (patch) | |
tree | 6e3c94e8f308b12533cdb49f25086431be60e186 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | 01a1526ac4c8d9342d3d8b703751f3fc5ce487ba (diff) | |
download | lwn-bcdbd6f607bacb51743ac73f13f40d015cb9de53.tar.gz lwn-bcdbd6f607bacb51743ac73f13f40d015cb9de53.zip |
drm/amd/display: remove unnecessary braces to fix coding style
checkpatch complains that:
WARNING: braces {} are not necessary for single statement blocks
+ if (pool->base.irqs != NULL) {
+ dal_irq_service_destroy(&pool->base.irqs);
+ }
Fixed it by removing unnecessary braces to fix the coding style issue.
Signed-off-by: RutingZhang <u202112078@hust.edu.cn>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions