Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1730158

[tip:sched/urgent] sched/fair: Fix nuisance kernel-doc warning

From tip-bot for Randy Dunlap <tipbot@zytor.com>
Newsgroups linux.kernel
Subject [tip:sched/urgent] sched/fair: Fix nuisance kernel-doc warning
Date 2017-09-11 08:30 +0200
Message-ID <uoqoh-7s2-3@gated-at.bofh.it> (permalink)
References <uodKq-6F7-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Commit-ID:  46123355af729514e6fa8b8a9dd1e645e61a6466
Gitweb:     http://git.kernel.org/tip/46123355af729514e6fa8b8a9dd1e645e61a6466
Author:     Randy Dunlap <rdunlap@infradead.org>
AuthorDate: Sun, 10 Sep 2017 09:55:05 -0700
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 11 Sep 2017 08:13:22 +0200

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

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] sched/fair.c: fix nuisance kernel-doc warning Randy Dunlap <rdunlap@infradead.org> - 2017-09-10 19:00 +0200
  [tip:sched/urgent] sched/fair: Fix nuisance kernel-doc warning tip-bot for Randy Dunlap <tipbot@zytor.com> - 2017-09-11 08:30 +0200

csiph-web