Skip to content

Commit

Permalink
drm/i915/gvt: fix spelling mistake: "destoried" -> "destroyed"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in gvt_err error message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
  • Loading branch information
Colin Ian King authored and Zhenyu Wang committed Mar 19, 2018
1 parent b2744f8 commit 84f69ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/gvt/gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ static void intel_vgpu_destroy_all_ppgtt_mm(struct intel_vgpu *vgpu)
}

if (GEM_WARN_ON(!list_empty(&vgpu->gtt.ppgtt_mm_list_head)))
gvt_err("vgpu ppgtt mm is not fully destoried\n");
gvt_err("vgpu ppgtt mm is not fully destroyed\n");

if (GEM_WARN_ON(!radix_tree_empty(&vgpu->gtt.spt_tree))) {
gvt_err("Why we still has spt not freed?\n");
Expand Down

0 comments on commit 84f69ba

Please sign in to comment.