]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/i915/gt/uc: Fix typo in comment
authorAndi Shyti <andi.shyti@linux.intel.com>
Thu, 13 Jun 2024 22:28:37 +0000 (00:28 +0200)
committerAndi Shyti <andi.shyti@linux.intel.com>
Sat, 15 Jun 2024 10:38:59 +0000 (12:38 +0200)
Replace "dynmically" with "dynamically".

Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240613222837.552277-1-andi.shyti@linux.intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h

index 14797e80bc92cff21e39a958433b9ecdab9389f5..263c9c3f6a0347c26105613d0aa6a267bf28e931 100644 (file)
@@ -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 :(.
  *