Re: [PATCH] drm/amdgpu: indent an if statement

2025-06-25 Thread Alex Deucher
Applied. Thanks! Alex On Wed, Jun 25, 2025 at 11:38 AM Dan Carpenter wrote: > > The "return true;" line wasn't indented. Also checkpatch likes when > we align the && conditions. > > Signed-off-by: Dan Carpenter > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 4 ++-- > 1 file changed, 2 i

[PATCH] drm/amdgpu: indent an if statement

2025-06-25 Thread Dan Carpenter
The "return true;" line wasn't indented. Also checkpatch likes when we align the && conditions. Signed-off-by: Dan Carpenter --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c b/drivers