mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 18:32:14 +07:00
drm/amdkfd: Spelling s/apreture/aperture/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
b312b2b25b
commit
7a10d63f02
@ -320,11 +320,11 @@ static struct kfd_process *create_process(const struct task_struct *thread)
|
||||
process->is_32bit_user_mode = in_compat_syscall();
|
||||
err = kfd_init_apertures(process);
|
||||
if (err != 0)
|
||||
goto err_init_apretures;
|
||||
goto err_init_apertures;
|
||||
|
||||
return process;
|
||||
|
||||
err_init_apretures:
|
||||
err_init_apertures:
|
||||
pqm_uninit(&process->pqm);
|
||||
err_process_pqm_init:
|
||||
hash_del_rcu(&process->kfd_processes);
|
||||
|
Loading…
Reference in New Issue
Block a user