Applied. Thanks! On Wed, Sep 14, 2022 at 1:15 PM Colin Ian King <colin.i.king@xxxxxxxxx> wrote: > > There is a spelling mistake in a pr_debug message. Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> > --- > drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c b/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c > index 7522bf2d2f57..c70c026c9a93 100644 > --- a/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c > +++ b/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c > @@ -898,7 +898,7 @@ static vm_fault_t svm_migrate_to_ram(struct vm_fault *vmf) > return VM_FAULT_SIGBUS; > } > if (!mmget_not_zero(svm_bo->eviction_fence->mm)) { > - pr_debug("addr 0x%lx of process mm is detroyed\n", addr); > + pr_debug("addr 0x%lx of process mm is destroyed\n", addr); > return VM_FAULT_SIGBUS; > } > > -- > 2.37.1 >