From: Andi Shyti Date: Thu, 13 Jun 2024 22:28:37 +0000 (+0200) Subject: drm/i915/gt/uc: Fix typo in comment X-Git-Tag: v6.11-rc1~141^2~6^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45ebbbbeaa33da4a6dbc532ebc57d20de4b60a82;p=thirdparty%2Fkernel%2Flinux.git drm/i915/gt/uc: Fix typo in comment Replace "dynmically" with "dynamically". Signed-off-by: Andi Shyti Cc: John Harrison Reviewed-by: Jonathan Cavitt Link: https://patchwork.freedesktop.org/patch/msgid/20240613222837.552277-1-andi.shyti@linux.intel.com --- 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 14797e80bc92c..263c9c3f6a034 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 :(. *