summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-05-21 13:10:59 +0200
committerZhenyu Wang <zhenyuw@linux.intel.com>2022-08-15 10:49:37 +0800
commit0e66978ebeb44f96ff4d26b2a83dc88a2bf887a6 (patch)
tree900c5e9865da16484507eaf0900bccc939883993 /drivers/gpu/drm/i915
parenta7a47a5dfa9a9692a41764ee9ab4054f12924a42 (diff)
downloadlinux-0e66978ebeb44f96ff4d26b2a83dc88a2bf887a6.tar.gz
linux-0e66978ebeb44f96ff4d26b2a83dc88a2bf887a6.tar.bz2
linux-0e66978ebeb44f96ff4d26b2a83dc88a2bf887a6.zip
drm/i915/gvt: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20220521111145.81697-49-Julia.Lawall@inria.fr Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915')
-rw-r--r--drivers/gpu/drm/i915/gvt/gtt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gvt/gtt.c b/drivers/gpu/drm/i915/gvt/gtt.c
index b4f69364f9a1..ce0eb03709c3 100644
--- a/drivers/gpu/drm/i915/gvt/gtt.c
+++ b/drivers/gpu/drm/i915/gvt/gtt.c
@@ -2341,7 +2341,7 @@ static int emulate_ggtt_mmio_write(struct intel_vgpu *vgpu, unsigned int off,
gvt_vgpu_err("fail to populate guest ggtt entry\n");
/* guest driver may read/write the entry when partial
* update the entry in this situation p2m will fail
- * settting the shadow entry to point to a scratch page
+ * setting the shadow entry to point to a scratch page
*/
ops->set_pfn(&m, gvt->gtt.scratch_mfn);
} else