]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Fix kerneldoc for xe_gt_tlb_inval_init_early
authorShuicheng Lin <shuicheng.lin@intel.com>
Thu, 29 Jan 2026 23:38:37 +0000 (23:38 +0000)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 4 Feb 2026 15:40:49 +0000 (16:40 +0100)
commit51db5eef2ce39311cee2919623cda2ac0fc13c02
treeae824b1e3714c512272eea4b95149c004f038323
parente022c16965b8345af3c384c9136c7ca541a25f72
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: db16f9d90c1d9 ("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 0651dbb9d6a72e99569576fbec4681fd8160d161)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_tlb_inval.c