We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b312b2b commit 7a10d63Copy full SHA for 7a10d63
drivers/gpu/drm/amd/amdkfd/kfd_process.c
@@ -320,11 +320,11 @@ static struct kfd_process *create_process(const struct task_struct *thread)
320
process->is_32bit_user_mode = in_compat_syscall();
321
err = kfd_init_apertures(process);
322
if (err != 0)
323
- goto err_init_apretures;
+ goto err_init_apertures;
324
325
return process;
326
327
-err_init_apretures:
+err_init_apertures:
328
pqm_uninit(&process->pqm);
329
err_process_pqm_init:
330
hash_del_rcu(&process->kfd_processes);
0 commit comments