Skip to content

Commit 9317f35

Browse files
unixbhaskarzhenyw
authored andcommitted
drm/i915/gvt: Fixed couple of spellings in the file gtt.c
s/negtive/negative/ s/possilbe/possible/ Signed-off-by: Bhaskar Chowdhury <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Zhenyu Wang <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent b01739f commit 9317f35

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,8 +1159,8 @@ static inline void ppgtt_generate_shadow_entry(struct intel_gvt_gtt_entry *se,
11591159
* @vgpu: target vgpu
11601160
* @entry: target pfn's gtt entry
11611161
*
1162-
* Return 1 if 2MB huge gtt shadowing is possilbe, 0 if miscondition,
1163-
* negtive if found err.
1162+
* Return 1 if 2MB huge gtt shadowing is possible, 0 if miscondition,
1163+
* negative if found err.
11641164
*/
11651165
static int is_2MB_gtt_possible(struct intel_vgpu *vgpu,
11661166
struct intel_gvt_gtt_entry *entry)

0 commit comments

Comments
 (0)