diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-02-22 13:48:38 +0530 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2021-03-01 14:02:14 +0800 |
commit | 9317f356df83a5caeccae2e343d1a569929bcfc9 (patch) | |
tree | e8cb18ef8e56e34c97e7403b0f18e9209a5bd9f8 /drivers/gpu | |
parent | b01739fb865a268aec617f6bb5d2ef498da72697 (diff) | |
download | linux-stable-9317f356df83a5caeccae2e343d1a569929bcfc9.tar.gz linux-stable-9317f356df83a5caeccae2e343d1a569929bcfc9.tar.bz2 linux-stable-9317f356df83a5caeccae2e343d1a569929bcfc9.zip |
drm/i915/gvt: Fixed couple of spellings in the file gtt.c
s/negtive/negative/
s/possilbe/possible/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20210222081838.30328-1-unixbhaskar@gmail.com
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/gvt/gtt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/gvt/gtt.c b/drivers/gpu/drm/i915/gvt/gtt.c index 6d12a5a401f6..67a26923aa0e 100644 --- a/drivers/gpu/drm/i915/gvt/gtt.c +++ b/drivers/gpu/drm/i915/gvt/gtt.c @@ -1159,8 +1159,8 @@ static inline void ppgtt_generate_shadow_entry(struct intel_gvt_gtt_entry *se, * @vgpu: target vgpu * @entry: target pfn's gtt entry * - * Return 1 if 2MB huge gtt shadowing is possilbe, 0 if miscondition, - * negtive if found err. + * Return 1 if 2MB huge gtt shadowing is possible, 0 if miscondition, + * negative if found err. */ static int is_2MB_gtt_possible(struct intel_vgpu *vgpu, struct intel_gvt_gtt_entry *entry) |