drm/i915/gt/uc: Fix typo in comment

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
This commit is contained in:
Andi Shyti
2024-06-14 00:28:37 +02:00
parent 05da7d9f71
commit 45ebbbbeaa

View 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 :(.
*