Applied. Thanks! Alex On Sat, May 21, 2022 at 7:12 AM Julia Lawall <Julia.Lawall@xxxxxxxx> wrote: > > Spelling mistake (triple letters) in comment. > Detected with the help of Coccinelle. > > Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx> > > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c > index 8b5452a8d330..67abf8dcd30a 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c > @@ -1621,7 +1621,7 @@ int amdgpu_amdkfd_gpuvm_free_memory_of_gpu( > > mutex_lock(&mem->lock); > > - /* Unpin MMIO/DOORBELL BO's that were pinnned during allocation */ > + /* Unpin MMIO/DOORBELL BO's that were pinned during allocation */ > if (mem->alloc_flags & > (KFD_IOC_ALLOC_MEM_FLAGS_DOORBELL | > KFD_IOC_ALLOC_MEM_FLAGS_MMIO_REMAP)) { >