RE: [PATCH] drm/amd/display: fix indentation in commit_planes_for_stream()

2022-08-31 Thread Deucher, Alexander
ri- > de...@lists.freedesktop.org > Subject: [PATCH] drm/amd/display: fix indentation in > commit_planes_for_stream() > > Address the following warning: > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3508:9: warning: this > ‘if’ clause does not guard... [-Wmisle

[PATCH] drm/amd/display: fix indentation in commit_planes_for_stream()

2022-08-31 Thread Hamza Mahfooz
Address the following warning: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3508:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 3508 | if (update_type != UPDATE_TYPE_FAST) | ^~ drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3510:17: note: