Skip to content

Commit

Permalink
drm/i915/gt/uc: Fix typo in a comment
Browse files Browse the repository at this point in the history
Fix typo in a comment.

explaination -> explanation

Signed-off-by: Yuichiro Tsuji <yuichtsu@amazon.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250224085638.3500-2-yuichtsu@amazon.com
  • Loading branch information
Yuichiro Tsuji authored and Andi Shyti committed Mar 6, 2025
1 parent d0efbe8 commit cf58c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,7 @@ static int __guc_context_pin(struct intel_context *ce,

/*
* GuC context gets pinned in guc_request_alloc. See that function for
* explaination of why.
* explanation of why.
*/

return lrc_pin(ce, engine, vaddr);
Expand Down

0 comments on commit cf58c94

Please sign in to comment.