public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: LKML <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>, Ingo Molnar <mingo@redhat.com>
Subject: [PATCH] sched/fair.c: remove kernel-doc warning
Date: Sat, 19 Oct 2013 14:56:44 -0700	[thread overview]
Message-ID: <5263001C.1060109@infradead.org> (raw)

From: Randy Dunlap <rdunlap@infradead.org>

Remove @balance parameter that is no longer used in the function to
remove a kernel-doc warning.

Warning(kernel/sched/fair.c:4704): Excess function parameter 'balance' description in 'update_sd_lb_stats'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 kernel/sched/fair.c |    1 -
 1 file changed, 1 deletion(-)

--- lnx-312-rc6.orig/kernel/sched/fair.c
+++ lnx-312-rc6/kernel/sched/fair.c
@@ -4696,7 +4696,6 @@ static bool update_sd_pick_busiest(struc
 /**
  * update_sd_lb_stats - Update sched_domain's statistics for load balancing.
  * @env: The load balancing environment.
- * @balance: Should we balance.
  * @sds: variable to hold the statistics for this sched_domain.
  */
 static inline void update_sd_lb_stats(struct lb_env *env,

             reply	other threads:[~2013-10-19 21:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-19 21:56 Randy Dunlap [this message]
2013-10-20  8:50 ` [PATCH] sched/fair.c: remove kernel-doc warning Ingo Molnar

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=5263001C.1060109@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --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