From: Slava Abramov Date: Wed, 13 Jun 2018 14:50:31 +0000 (-0400) Subject: drm/amdgpu: fix typo in amdgpu_mn.c comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f4557923b5d3bd5aaa4177ea184c4389175cc92f;p=linux.git drm/amdgpu: fix typo in amdgpu_mn.c comments In doc comments for struct amdgpu_mn: destrution -> destruction Signed-off-by: Slava Abramov Reviewed-by: Christian König Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c index 40fcb2af2914f..72a3e8c688760 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c @@ -59,7 +59,7 @@ * @adev: amdgpu device pointer * @mm: process address space * @mn: MMU notifier structur - * @work: destrution work item + * @work: destruction work item * @node: hash table node to find structure by adev and mn * @lock: rw semaphore protecting the notifier nodes * @objects: interval tree containing amdgpu_mn_nodes