[PATCH] drm/xe: Fix typo in xe_job_ptrs
Ghimiray, Himal Prasad
himal.prasad.ghimiray at intel.com
Thu Feb 13 06:16:13 UTC 2025
On 13-02-2025 11:38, Tejas Upadhyay wrote:
> %s/uinitialized/uninitialized/gc
>
> Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
> ---
> drivers/gpu/drm/xe/xe_sched_job_types.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_sched_job_types.h b/drivers/gpu/drm/xe/xe_sched_job_types.h
> index d942b20a9f29..dbf260dded8d 100644
> --- a/drivers/gpu/drm/xe/xe_sched_job_types.h
> +++ b/drivers/gpu/drm/xe/xe_sched_job_types.h
> @@ -18,9 +18,9 @@ struct dma_fence_chain;
> * struct xe_job_ptrs - Per hw engine instance data
> */
> struct xe_job_ptrs {
> - /** @lrc_fence: Pre-allocated uinitialized lrc fence.*/
> + /** @lrc_fence: Pre-allocated uninitialized lrc fence.*/
> struct dma_fence *lrc_fence;
> - /** @chain_fence: Pre-allocated ninitialized fence chain node. */
> + /** @chain_fence: Pre-allocated uninitialized fence chain node. */
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
> struct dma_fence_chain *chain_fence;
> /** @batch_addr: Batch buffer address. */
> u64 batch_addr;
More information about the Intel-xe
mailing list