All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/gt/uc: Fix typo in comment
@ 2024-06-13 22:28 Andi Shyti
  2024-06-13 23:26 ` ✗ Fi.CI.SPARSE: warning for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Andi Shyti @ 2024-06-13 22:28 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: Andi Shyti, John Harrison

Replace "dynmically" with "dynamically".

Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
---
 drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h b/drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h
index 14797e80bc92..263c9c3f6a03 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h
+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h
@@ -295,7 +295,7 @@ struct guc_update_scheduling_policy_header {
 } __packed;
 
 /*
- * Can't dynmically allocate memory for the scheduling policy KLV because
+ * Can't dynamically allocate memory for the scheduling policy KLV because
  * it will be sent from within the reset path. Need a fixed size lump on
  * the stack instead :(.
  *
-- 
2.45.1


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

end of thread, other threads:[~2024-06-15  6:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13 22:28 [PATCH] drm/i915/gt/uc: Fix typo in comment Andi Shyti
2024-06-13 23:26 ` ✗ Fi.CI.SPARSE: warning for " Patchwork
2024-06-13 23:34 ` ✓ Fi.CI.BAT: success " Patchwork
2024-06-14 15:21 ` [PATCH] " Andi Shyti
2024-06-14 15:23   ` Cavitt, Jonathan
2024-06-14 19:45     ` Rodrigo Vivi
2024-06-14 20:21       ` Cavitt, Jonathan
2024-06-15  6:59 ` ✓ Fi.CI.IGT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.