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