]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe: Fix kerneldoc for xe_migrate_exec_queue
authorShuicheng Lin <shuicheng.lin@intel.com>
Thu, 29 Jan 2026 23:38:36 +0000 (23:38 +0000)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 4 Feb 2026 15:40:42 +0000 (16:40 +0100)
Correct the function name in the kerneldoc.
It is for below warning:
"Warning: drivers/gpu/drm/xe/xe_migrate.c:1262 expecting prototype for
xe_get_migrate_exec_queue(). Prototype was for xe_migrate_exec_queue()
instead"

Fixes: 916ee4704a865 ("drm/xe/vf: Register CCS read/write contexts with Guc")
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-6-shuicheng.lin@intel.com
(cherry picked from commit 9fd8da717934f05125b9ba6782622c459a368dc0)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_migrate.c

index d8ee76aab4e41f6bbf4500e793aaa120444776a7..9d7329cef910afd9fb5efad001e950d2c5c030bb 100644 (file)
@@ -1201,7 +1201,7 @@ err_ret:
 }
 
 /**
- * xe_get_migrate_exec_queue() - Get the execution queue from migrate context.
+ * xe_migrate_exec_queue() - Get the execution queue from migrate context.
  * @migrate: Migrate context.
  *
  * Return: Pointer to execution queue on success, error on failure