Skip to content

Commit 16264a3

Browse files
ShuichengLinThomas Hellström
authored andcommitted
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: 1536623 ("drm/xe: Decouple TLB invalidations from GT") Reviewed-by: Michal Wajdeczko <[email protected]> Signed-off-by: Shuicheng Lin <[email protected]> Signed-off-by: Michal Wajdeczko <[email protected]> Link: https://patch.msgid.link/[email protected] (cherry picked from commit 9f9c117) Signed-off-by: Thomas Hellström <[email protected]>
1 parent 51db5ee commit 16264a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/xe/xe_tlb_inval_job.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ static void xe_tlb_inval_job_destroy(struct kref *ref)
164164
}
165165

166166
/**
167-
* xe_tlb_inval_alloc_dep() - TLB invalidation job alloc dependency
167+
* xe_tlb_inval_job_alloc_dep() - TLB invalidation job alloc dependency
168168
* @job: TLB invalidation job to alloc dependency for
169169
*
170170
* Allocate storage for a dependency in the TLB invalidation fence. This

0 commit comments

Comments
 (0)