Skip to content

Commit 882a78a

Browse files
rddunlapIngo Molnar
authored andcommitted
sched/fair: Fix kernel-doc notation warning
Fix kernel-doc warning for missing 'flags' parameter description: ../kernel/sched/fair.c:3371: warning: Function parameter or member 'flags' not described in 'attach_entity_load_avg' Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Fixes: ea14b57 ("sched/cpufreq: Provide migration hint") Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent bb3485c commit 882a78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/sched/fair.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3362,6 +3362,7 @@ update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq)
33623362
* attach_entity_load_avg - attach this entity to its cfs_rq load avg
33633363
* @cfs_rq: cfs_rq to attach to
33643364
* @se: sched_entity to attach
3365+
* @flags: migration hints
33653366
*
33663367
* Must call update_cfs_rq_load_avg() before this, since we rely on
33673368
* cfs_rq->avg.last_update_time being current.

0 commit comments

Comments
 (0)