mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:24:31 +01:00
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:
|
||
|---|---|---|
| .. | ||
| tests | ||
| .kunitconfig | ||
| gpu_scheduler_trace.h | ||
| Makefile | ||
| sched_entity.c | ||
| sched_fence.c | ||
| sched_internal.h | ||
| sched_main.c | ||