Skip to content

Commit e022c16

Browse files
ShuichengLinThomas Hellström
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: Thomas Hellström <[email protected]>
1 parent 7ee9b3e commit e022c16

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
@@ -1201,7 +1201,7 @@ int xe_migrate_ccs_rw_copy(struct xe_tile *tile, struct xe_exec_queue *q,
12011201
}
12021202

12031203
/**
1204-
* xe_get_migrate_exec_queue() - Get the execution queue from migrate context.
1204+
* xe_migrate_exec_queue() - Get the execution queue from migrate context.
12051205
* @migrate: Migrate context.
12061206
*
12071207
* Return: Pointer to execution queue on success, error on failure

0 commit comments

Comments
 (0)