: Wednesday, June 1, 2022 10:14 PM
To: amd-gfx@lists.freedesktop.org
Cc: Deucher, Alexander ; Li, Candice
; Zhang, Hawking
Subject: [PATCH] drm/amdgpu: Correct if identation that causes GCC warning
GCC is complaining about misleading indentation:
error: this ‘if’ clause does not guard... [-Werror
GCC is complaining about misleading indentation:
error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
603 | if (r)
This commit adjusts the commit indentation.
Cc: Candice Li
Cc: Hawking Zhang
Signed-off-by: Rodrigo Siqueira
---
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.