drm/amdkfd: update outdated comment

The function acquire_packet_buffer() was renamed
kq_acquire_packet_buffer() by commit a5a4d68c93 ("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>
This commit is contained in:
Julia Lawall 2025-12-30 17:17:17 +01:00 committed by Alex Deucher
parent e9009c8b74
commit 95b36732fe

View 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;
}