]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/userq: convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Fri, 20 Mar 2026 08:32:47 +0000 (16:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Mar 2026 17:34:04 +0000 (13:34 -0400)
commit6d1bb522924a31cf492a0c44f41a8178eba40c90
tree18b5555bfc5aa8864a51c52df6828543760bf18b
parent074fe395fb13247b057f60004c7ebcca9f38ef46
drm/amdgpu/userq: convert comma to semicolon

Using a ',' in place of a ';' can have unintended side effects.
Although that is not the case here, it seems best to use ';'
unless ',' is intended.

Found by inspection.
No functional change intended.
Compile tested only.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c