We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01739f commit 9317f35Copy full SHA for 9317f35
drivers/gpu/drm/i915/gvt/gtt.c
@@ -1159,8 +1159,8 @@ static inline void ppgtt_generate_shadow_entry(struct intel_gvt_gtt_entry *se,
1159
* @vgpu: target vgpu
1160
* @entry: target pfn's gtt entry
1161
*
1162
- * Return 1 if 2MB huge gtt shadowing is possilbe, 0 if miscondition,
1163
- * negtive if found err.
+ * Return 1 if 2MB huge gtt shadowing is possible, 0 if miscondition,
+ * negative if found err.
1164
*/
1165
static int is_2MB_gtt_possible(struct intel_vgpu *vgpu,
1166
struct intel_gvt_gtt_entry *entry)
0 commit comments