projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2744f8
)
drm/i915/gvt: fix spelling mistake: "destoried" -> "destroyed"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 12 Mar 2018 11:43:58 +0000
(12:43 +0100)
committer
Zhenyu Wang
<zhenyuw@linux.intel.com>
Mon, 19 Mar 2018 06:51:03 +0000
(14:51 +0800)
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>
drivers/gpu/drm/i915/gvt/gtt.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gvt/gtt.c
b/drivers/gpu/drm/i915/gvt/gtt.c
index 0a100a288e6da428e8af6214a7fd597d7afca2af..8eb76becd67610f112b0f0f6c8941678d620cace 100644
(file)
--- 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 dest
ori
ed\n");
+ gvt_err("vgpu ppgtt mm is not fully dest
roy
ed\n");
if (GEM_WARN_ON(!radix_tree_empty(&vgpu->gtt.spt_tree))) {
gvt_err("Why we still has spt not freed?\n");