Skip to content

Commit cf58c94

Browse files
Yuichiro TsujiAndi Shyti
authored andcommitted
drm/i915/gt/uc: Fix typo in a comment
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
1 parent d0efbe8 commit cf58c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3008,7 +3008,7 @@ static int __guc_context_pin(struct intel_context *ce,
30083008

30093009
/*
30103010
* GuC context gets pinned in guc_request_alloc. See that function for
3011-
* explaination of why.
3011+
* explanation of why.
30123012
*/
30133013

30143014
return lrc_pin(ce, engine, vaddr);

0 commit comments

Comments
 (0)