summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2017-09-10 09:55:05 -0700
committerIngo Molnar <mingo@kernel.org>2017-09-11 08:13:22 +0200
commit46123355af729514e6fa8b8a9dd1e645e61a6466 (patch)
treecd9cd87317010c6edf520b285cc4780fa9f14f15
parent50e76632339d4655859523a39249dd95ee5e93e7 (diff)
downloadop-kernel-dev-46123355af729514e6fa8b8a9dd1e645e61a6466.zip
op-kernel-dev-46123355af729514e6fa8b8a9dd1e645e61a6466.tar.gz
sched/fair: Fix nuisance kernel-doc warning
Work around kernel-doc warning ('*' in Sphinx doc means "emphasis"): ../kernel/sched/fair.c:7584: WARNING: Inline emphasis start-string without end-string. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/f18b30f9-6251-6d86-9d44-16501e386891@infradead.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--kernel/sched/fair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 9dd2ce1..8415d1e 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -7719,7 +7719,7 @@ next_group:
* number.
*
* Return: 1 when packing is required and a task should be moved to
- * this CPU. The amount of the imbalance is returned in *imbalance.
+ * this CPU. The amount of the imbalance is returned in env->imbalance.
*
* @env: The load balancing environment.
* @sds: Statistics of the sched_domain which is to be packed
OpenPOWER on IntegriCloud