]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Fix kerneldoc for xe_tlb_inval_job_alloc_dep
authorShuicheng Lin <shuicheng.lin@intel.com>
Thu, 29 Jan 2026 23:38:38 +0000 (23:38 +0000)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 4 Feb 2026 15:40:54 +0000 (16:40 +0100)
commit16264a3b594282a7f25028745158bc59a9cf7f96
tree668a4e744b03662d775b706b80395ecd9fd193cc
parent51db5eef2ce39311cee2919623cda2ac0fc13c02
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: 15366239e2130 ("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
(cherry picked from commit 9f9c117ac566cb567dd56cc5b7564c45653f7a2a)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_tlb_inval_job.c