]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/userq: Fix the code alignment for readability
authorSunil Khatri <sunil.khatri@amd.com>
Thu, 26 Mar 2026 08:09:05 +0000 (13:39 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 18:38:04 +0000 (14:38 -0400)
commit4eaf5d2c31f9075171f5dfc3bed9b285a1810726
tree95079f43f497a127c91550dfeb880f1d278a1b9c
parent5c36fd7fc6a84f36bebbef72fe29bec0682a6589
drm/amdgpu/userq: Fix the code alignment for readability

Fix the code alignment for if condition and also provide
a line space between multiline if condition and next
statement.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c