drm/amdgpu: fix spelling mistake: "Successed" -> "Succeeded"
authorColin Ian King <colin.king@canonical.com>
Mon, 2 Nov 2020 14:16:54 +0000 (14:16 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Nov 2020 20:34:13 +0000 (15:34 -0500)
There is a spelling mistake in a deb_dbg message. Fix it.

Reviewed-by: Madhav Chauhan <madhav.chauhan@amd.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c

index 10126a6..3cb68fd 100644 (file)
@@ -299,7 +299,7 @@ static void amdgpu_vram_mgr_do_reserve(struct ttm_resource_manager *man)
                if (drm_mm_reserve_node(mm, &rsv->mm_node))
                        continue;
 
-               dev_dbg(adev->dev, "Reservation 0x%llx - %lld, Successed\n",
+               dev_dbg(adev->dev, "Reservation 0x%llx - %lld, Succeeded\n",
                        rsv->mm_node.start, rsv->mm_node.size);
 
                vis_usage = amdgpu_vram_mgr_vis_size(adev, &rsv->mm_node);