Commit 7dee4d51 authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher

drm/amdgpu: fix spelling mistake: "Successed" -> "Succeeded"

There is a spelling mistake in a deb_dbg message. Fix it.
Reviewed-by: default avatarMadhav Chauhan <madhav.chauhan@amd.com>
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ab8b5aaf
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment