Skip to content

Commit 7a10d63

Browse files
geertuogabbay
authored andcommitted
drm/amdkfd: Spelling s/apreture/aperture/
Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Oded Gabbay <[email protected]>
1 parent b312b2b commit 7a10d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/amdkfd/kfd_process.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,11 @@ static struct kfd_process *create_process(const struct task_struct *thread)
320320
process->is_32bit_user_mode = in_compat_syscall();
321321
err = kfd_init_apertures(process);
322322
if (err != 0)
323-
goto err_init_apretures;
323+
goto err_init_apertures;
324324

325325
return process;
326326

327-
err_init_apretures:
327+
err_init_apertures:
328328
pqm_uninit(&process->pqm);
329329
err_process_pqm_init:
330330
hash_del_rcu(&process->kfd_processes);

0 commit comments

Comments
 (0)