mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: tip-bot for Randy Dunlap <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	mingo@kernel.org, rdunlap@infradead.org, hpa@zytor.com,
	tglx@linutronix.de, peterz@infradead.org
Subject: [tip:sched/urgent] sched/fair: Fix nuisance kernel-doc warning
Date: Sun, 10 Sep 2017 23:16:08 -0700	[thread overview]
Message-ID: <tip-46123355af729514e6fa8b8a9dd1e645e61a6466@git.kernel.org> (raw)
In-Reply-To: <f18b30f9-6251-6d86-9d44-16501e386891@infradead.org>

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

      reply	other threads:[~2017-09-11  6:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-10 16:55 [PATCH] sched/fair.c: fix " Randy Dunlap
2017-09-11  6:16 ` tip-bot for Randy Dunlap [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tip-46123355af729514e6fa8b8a9dd1e645e61a6466@git.kernel.org \
    --to=tipbot@zytor.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rdunlap@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome