]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdkfd: update outdated comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Tue, 30 Dec 2025 16:17:17 +0000 (17:17 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 22:00:00 +0000 (17:00 -0500)
The function acquire_packet_buffer() was renamed
kq_acquire_packet_buffer() by commit a5a4d68c9326 ("drm/amdkfd:
Eliminate unnecessary kernel queue function pointers").  Update
the comment accordingly.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Felix Kuehling <felix.kuehling@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c

index baeabe3feef86f67fb5a5b717ef4b9626568ec5c..961a4b84e974dcec3f5aa92357bfd94bb0ea4d16 100644 (file)
@@ -228,7 +228,7 @@ int kq_acquire_packet_buffer(struct kernel_queue *kq,
        if (packet_size_in_dwords > available_size) {
                /*
                 * make sure calling functions know
-                * acquire_packet_buffer() failed
+                * kq_acquire_packet_buffer() failed
                 */
                goto err_no_space;
        }