Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 0f10311

Browse files
JuliaLawallzhenyw
authored andcommitted
drm/i915/gvt: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Zhenyu Wang <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Acked-by: Zhenyu Wang <[email protected]>
1 parent 3d9c653 commit 0f10311

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/i915/gvt

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gvt/gtt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ static int emulate_ggtt_mmio_write(struct intel_vgpu *vgpu, unsigned int off,
23412341
gvt_vgpu_err("fail to populate guest ggtt entry\n");
23422342
/* guest driver may read/write the entry when partial
23432343
* update the entry in this situation p2m will fail
2344-
* settting the shadow entry to point to a scratch page
2344+
* setting the shadow entry to point to a scratch page
23452345
*/
23462346
ops->set_pfn(&m, gvt->gtt.scratch_mfn);
23472347
} else

0 commit comments

Comments
 (0)