[PATCH trivial] drm/amdkfd: Spelling s/apreture/aperture/

Oded Gabbay oded.gabbay at gmail.com
Wed Jun 14 20:42:15 UTC 2017


On Thu, Jun 1, 2017 at 1:28 PM, Geert Uytterhoeven
<geert+renesas at glider.be> wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
> ---
>  drivers/gpu/drm/amd/amdkfd/kfd_process.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process.c b/drivers/gpu/drm/amd/amdkfd/kfd_process.c
> index 84d1ffd1eef95048..a7d273d472107821 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_process.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_process.c
> @@ -319,11 +319,11 @@ static struct kfd_process *create_process(const struct task_struct *thread)
>         /* init process apertures*/
>         process->is_32bit_user_mode = in_compat_syscall();
>         if (kfd_init_apertures(process) != 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);
> --
> 2.7.4
>

Hi Geert,
Thanks!
Applied to amdkfd-next

Oded


More information about the amd-gfx mailing list