diff options
author | Andi Shyti <[email protected]> | 2024-06-14 00:28:37 +0200 |
---|---|---|
committer | Andi Shyti <[email protected]> | 2024-06-15 12:38:59 +0200 |
commit | 45ebbbbeaa33da4a6dbc532ebc57d20de4b60a82 (patch) | |
tree | 2d9777f48eb6e3dbe49ec9431fb18598646f6e39 | |
parent | 05da7d9f717bcb03c457379fa8a61c1689dab86c (diff) |
drm/i915/gt/uc: Fix typo in comment
Replace "dynmically" with "dynamically".
Signed-off-by: Andi Shyti <[email protected]>
Cc: John Harrison <[email protected]>
Reviewed-by: Jonathan Cavitt <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 14797e80bc92..263c9c3f6a03 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 :(. * |