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

From: Oded Gabbay
Date: Wed Jun 14 2017 - 16:43:01 EST


On Thu, Jun 1, 2017 at 1:28 PM, Geert Uytterhoeven
<geert+renesas@xxxxxxxxx> wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> 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