linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sched/fair.c: fix kernel-doc notation warning
@ 2018-09-03 19:53 Randy Dunlap
  2018-09-10 10:10 ` [tip:sched/core] sched/fair: Fix " tip-bot for Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2018-09-03 19:53 UTC (permalink / raw)
  To: LKML, Peter Zijlstra, Ingo Molnar

From: Randy Dunlap <rdunlap@infradead.org>

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'

Fixes: ea14b57e8a18 ("sched/cpufreq: Provide migration hint")

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@kernel.org>
---
 kernel/sched/fair.c |    1 +
 1 file changed, 1 insertion(+)

--- lnx-419-rc2.orig/kernel/sched/fair.c
+++ lnx-419-rc2/kernel/sched/fair.c
@@ -3362,6 +3362,7 @@ 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] 2+ messages in thread

* [tip:sched/core] sched/fair: Fix kernel-doc notation warning
  2018-09-03 19:53 [PATCH] sched/fair.c: fix kernel-doc notation warning Randy Dunlap
@ 2018-09-10 10:10 ` tip-bot for Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Randy Dunlap @ 2018-09-10 10:10 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hpa, rdunlap, tglx, torvalds, peterz, linux-kernel, mingo

Commit-ID:  882a78a9f39f5535b209b4aa0a1741e35b8c67fb
Gitweb:     https://git.kernel.org/tip/882a78a9f39f5535b209b4aa0a1741e35b8c67fb
Author:     Randy Dunlap <rdunlap@infradead.org>
AuthorDate: Mon, 3 Sep 2018 12:53:17 -0700
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 10 Sep 2018 10:31:37 +0200

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: ea14b57e8a18 ("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>
---
 kernel/sched/fair.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index fc9a484ef82b..f808ddf2a868 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -3362,6 +3362,7 @@ update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq)
  * 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 related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-10 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-03 19:53 [PATCH] sched/fair.c: fix kernel-doc notation warning Randy Dunlap
2018-09-10 10:10 ` [tip:sched/core] sched/fair: Fix " tip-bot for 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).