[PATCH] drm/xe: Fix typo in xe_job_ptrs
K V P, Satyanarayana
satyanarayana.k.v.p at intel.com
Fri Feb 14 10:04:36 UTC 2025
Hi.
> -----Original Message-----
> From: Intel-xe <intel-xe-bounces at lists.freedesktop.org> On Behalf Of Tejas
> Upadhyay
> Sent: Thursday, February 13, 2025 11:39 AM
> To: intel-xe at lists.freedesktop.org
> Cc: Upadhyay, Tejas <tejas.upadhyay at intel.com>
> Subject: [PATCH] drm/xe: Fix typo in xe_job_ptrs
>
> %s/uinitialized/uninitialized/gc
>
> Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
> ---
LGTM.
Reviewed-by: Satyanarayana K V P <satyanarayana.k.v.p 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. */
> struct dma_fence_chain *chain_fence;
> /** @batch_addr: Batch buffer address. */
> u64 batch_addr;
> --
> 2.34.1
More information about the Intel-xe
mailing list