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 <rdunlap@infradead.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Fixes: ea14b57 ("sched/cpufreq: Provide migration hint") Link: http://lkml.kernel.org/r/cdda0d42-880d-4229-a9f7-5899c977a063@infradead.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
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)