Skip to content

Commit b5fa091

Browse files
committed
drm/xe: Fix typo in xe_job_ptrs
%s/uinitialized/uninitialized/gc Reviewed-by: Satyanarayana K V P <[email protected]> Reviewed-by: Himal Prasad Ghimiray <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Tejas Upadhyay <[email protected]>
1 parent 611160b commit b5fa091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/xe/xe_sched_job_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ struct dma_fence_chain;
1818
* struct xe_job_ptrs - Per hw engine instance data
1919
*/
2020
struct xe_job_ptrs {
21-
/** @lrc_fence: Pre-allocated uinitialized lrc fence.*/
21+
/** @lrc_fence: Pre-allocated uninitialized lrc fence.*/
2222
struct dma_fence *lrc_fence;
23-
/** @chain_fence: Pre-allocated ninitialized fence chain node. */
23+
/** @chain_fence: Pre-allocated uninitialized fence chain node. */
2424
struct dma_fence_chain *chain_fence;
2525
/** @batch_addr: Batch buffer address. */
2626
u64 batch_addr;

0 commit comments

Comments
 (0)