Skip to content

Commit e9f5490

Browse files
rddunlapIngo Molnar
authored andcommitted
sched/fair: Fix kernel-doc warning in attach_entity_load_avg()
Fix kernel-doc warning in kernel/sched/fair.c, caused by a recent function parameter removal: ../kernel/sched/fair.c:3526: warning: Excess function parameter 'flags' description in 'attach_entity_load_avg' Fixes: a4f9a0e ("sched/fair: Remove redundant call to cpufreq_update_util()") Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Reviewed-by: Vincent Guittot <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 4104a56 commit e9f5490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/sched/fair.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3516,7 +3516,6 @@ update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq)
35163516
* attach_entity_load_avg - attach this entity to its cfs_rq load avg
35173517
* @cfs_rq: cfs_rq to attach to
35183518
* @se: sched_entity to attach
3519-
* @flags: migration hints
35203519
*
35213520
* Must call update_cfs_rq_load_avg() before this, since we rely on
35223521
* cfs_rq->avg.last_update_time being current.

0 commit comments

Comments
 (0)