mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-18 01:59:08 -05:00
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:
@@ -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 :(.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user