mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_dep
Correct the function name in the kerneldoc.
It is for below warning:
"Warning: drivers/gpu/drm/xe/xe_tlb_inval_job.c:210 expecting prototype for
xe_tlb_inval_alloc_dep(). Prototype was for xe_tlb_inval_job_alloc_dep()
instead"
Fixes: 15366239e2 ("drm/xe: Decouple TLB invalidations from GT")
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patch.msgid.link/20260129233834.419977-8-shuicheng.lin@intel.com
This commit is contained in:
parent
0651dbb9d6
commit
9f9c117ac5
|
|
@ -198,7 +198,7 @@ static void xe_tlb_inval_job_destroy(struct kref *ref)
|
|||
}
|
||||
|
||||
/**
|
||||
* xe_tlb_inval_alloc_dep() - TLB invalidation job alloc dependency
|
||||
* xe_tlb_inval_job_alloc_dep() - TLB invalidation job alloc dependency
|
||||
* @job: TLB invalidation job to alloc dependency for
|
||||
*
|
||||
* Allocate storage for a dependency in the TLB invalidation fence. This
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user