]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: indent an if statement
authorDan Carpenter <dan.carpenter@linaro.org>
Wed, 25 Jun 2025 15:22:27 +0000 (10:22 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Jun 2025 15:55:21 +0000 (11:55 -0400)
commit26143d29927189fbc65434fccd8810c63089f709
tree9471f324831472d0fc520bf8d1fa1c1a04aab775
parent515986100d176663d0a03219a3056e4252f729e6
drm/amdgpu: indent an if statement

The "return true;" line wasn't indented.  Also checkpatch likes when
we align the && conditions.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c