drm/amdgpu/userq: use consistent function naming

s/userqueue/userq/

1. remove the mix of amdgpu_userqueue and amdgpu_userq
2. to be consistent with other amdgpu_userq_fence.c
3. it's shorter

Reviewed-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Alex Deucher
2025-04-16 17:49:45 -04:00
parent 4fdbe3a623
commit 42a6667780
11 changed files with 94 additions and 94 deletions

View File

@@ -24,7 +24,7 @@
#ifndef MES_USERQ_H
#define MES_USERQ_H
#include "amdgpu_userqueue.h"
#include "amdgpu_userq.h"
extern const struct amdgpu_userq_funcs userq_mes_funcs;
#endif