Skip to content

Commit 5d5ef69

Browse files
ShuichengLinrodrigovivi
authored andcommitted
drm/xe: Fix kerneldoc for xe_migrate_exec_queue
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: 916ee47 ("drm/xe/vf: Register CCS read/write contexts with Guc") 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 9fd8da7) Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent 8b52d9b commit 5d5ef69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/xe/xe_migrate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ void xe_migrate_ccs_rw_copy_clear(struct xe_bo *src_bo,
12541254
}
12551255

12561256
/**
1257-
* xe_get_migrate_exec_queue() - Get the execution queue from migrate context.
1257+
* xe_migrate_exec_queue() - Get the execution queue from migrate context.
12581258
* @migrate: Migrate context.
12591259
*
12601260
* Return: Pointer to execution queue on success, error on failure

0 commit comments

Comments
 (0)