Skip to content

Commit 61ded10

Browse files
Yujie-LiuPhilipp Stanner
authored andcommitted
drm/sched: Fix kernel-doc warning for drm_sched_job_done()
There is a kernel-doc warning for the scheduler: Warning: drivers/gpu/drm/scheduler/sched_main.c:367 function parameter 'result' not described in 'drm_sched_job_done' Fix the warning by describing the undocumented error code. Fixes: 539f9ee ("drm/scheduler: properly forward fence errors") Signed-off-by: Yujie Liu <[email protected]> [phasta: Flesh out commit message] Signed-off-by: Philipp Stanner <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent a116bac commit 61ded10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/scheduler/sched_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ static void drm_sched_run_free_queue(struct drm_gpu_scheduler *sched)
361361
/**
362362
* drm_sched_job_done - complete a job
363363
* @s_job: pointer to the job which is done
364+
* @result: 0 on success, -ERRNO on error
364365
*
365366
* Finish the job's fence and resubmit the work items.
366367
*/

0 commit comments

Comments
 (0)