Commit 45ebbbbe authored by Andi Shyti's avatar Andi Shyti

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

Replace "dynmically" with "dynamically".
Signed-off-by: default avatarAndi Shyti <andi.shyti@linux.intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: default avatarJonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240613222837.552277-1-andi.shyti@linux.intel.com
parent 05da7d9f
......@@ -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 :(.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment