linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: gnu: drm: i915: gvt: Fixed couple of spellings in the file gtt.c
@ 2021-02-22  8:18 Bhaskar Chowdhury
  2021-02-22 14:21 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-22  8:18 UTC (permalink / raw)
  To: jani.nikula, intel-gvt-dev, intel-gfx, dri-devel, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/negtive/negative/
s/possilbe/possible/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/gpu/drm/i915/gvt/gtt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/gvt/gtt.c b/drivers/gpu/drm/i915/gvt/gtt.c
index 897c007ea96a..dc5834bf4de2 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)
--
2.26.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-01  5:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22  8:18 [PATCH] drivers: gnu: drm: i915: gvt: Fixed couple of spellings in the file gtt.c Bhaskar Chowdhury
2021-02-22 14:21 ` Randy Dunlap
2021-02-22 14:22   ` Randy Dunlap
2021-03-01  5:40     ` Zhenyu Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).