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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 :(.
 *