linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] sched: fair.c: fix kernel-doc warning of @flags removal
@ 2020-01-20 23:08 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2020-01-20 23:08 UTC (permalink / raw)
  To: LKML, Ingo Molnar, Peter Zijlstra; +Cc: Vincent Guittot, Dietmar Eggemann

From: Randy Dunlap <rdunlap@infradead.org>

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'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc:	Ingo Molnar <mingo@redhat.com>
Cc:	Peter Zijlstra <peterz@infradead.org>
Cc:	Vincent Guittot <vincent.guittot@linaro.org> (SCHED_NORMAL)
Cc:	Dietmar Eggemann <dietmar.eggemann@arm.com> (SCHED_NORMAL)
---
 kernel/sched/fair.c |    1 -
 1 file changed, 1 deletion(-)

--- linux-next-20200120.orig/kernel/sched/fair.c
+++ linux-next-20200120/kernel/sched/fair.c
@@ -3516,7 +3516,6 @@ update_cfs_rq_load_avg(u64 now, struct c
  * attach_entity_load_avg - attach this entity to its cfs_rq load avg
  * @cfs_rq: cfs_rq to attach to
  * @se: sched_entity to attach
- * @flags: migration hints
  *
  * Must call update_cfs_rq_load_avg() before this, since we rely on
  * cfs_rq->avg.last_update_time being current.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-20 23:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20 23:08 [PATCH -next] sched: fair.c: fix kernel-doc warning of @flags removal Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).