Skip to content

Commit 51db5ee

Browse files
ShuichengLinThomas Hellström
authored andcommitted
drm/xe: Fix kerneldoc for xe_gt_tlb_inval_init_early
Correct the function name in the kerneldoc. It is for below warning: "Warning: drivers/gpu/drm/xe/xe_tlb_inval.c:136 expecting prototype for xe_gt_tlb_inval_init(). Prototype was for xe_gt_tlb_inval_init_early() instead" v2: add () for the function. (Michal) Fixes: db16f9d ("drm/xe: Split TLB invalidation code in frontend and backend") 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-7-shuicheng.lin@intel.com (cherry picked from commit 0651dbb) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
1 parent e022c16 commit 51db5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/xe/xe_tlb_inval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static void tlb_inval_fini(struct drm_device *drm, void *arg)
115115
}
116116

117117
/**
118-
* xe_gt_tlb_inval_init - Initialize TLB invalidation state
118+
* xe_gt_tlb_inval_init_early() - Initialize TLB invalidation state
119119
* @gt: GT structure
120120
*
121121
* Initialize TLB invalidation state, purely software initialization, should

0 commit comments

Comments
 (0)