All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][drm-next] drm/i915/gvt: fix spelling mistake: "destoried" -> "destroyed"
@ 2018-03-12 11:43 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2018-03-12 11:43 UTC (permalink / raw)
  To: Zhenyu Wang, Zhi Wang, Jani Nikula, Joonas Lahtinen,
	David Airlie, intel-gvt-dev, intel-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in gvt_err error message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/i915/gvt/gtt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gvt/gtt.c b/drivers/gpu/drm/i915/gvt/gtt.c
index 0a100a288e6d..8eb76becd676 100644
--- a/drivers/gpu/drm/i915/gvt/gtt.c
+++ b/drivers/gpu/drm/i915/gvt/gtt.c
@@ -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");
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-13  2:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12 11:43 [PATCH][drm-next] drm/i915/gvt: fix spelling mistake: "destoried" -> "destroyed" Colin King
2018-03-12 11:43 ` Colin King
2018-03-12 11:43 ` Colin King
2018-03-12 13:50 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-03-12 19:14 ` ✓ Fi.CI.IGT: " Patchwork
2018-03-13  2:34 ` [PATCH][drm-next] " Zhenyu Wang
2018-03-13  2:34   ` Zhenyu Wang
2018-03-13  2:34   ` Zhenyu Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.