public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched/fair.c: remove kernel-doc warning
@ 2013-10-19 21:56 Randy Dunlap
  2013-10-20  8:50 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2013-10-19 21:56 UTC (permalink / raw)
  To: LKML, Linus Torvalds; +Cc: Peter Zijlstra, Ingo Molnar

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,

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sched/fair.c: remove kernel-doc warning
  2013-10-19 21:56 [PATCH] sched/fair.c: remove kernel-doc warning Randy Dunlap
@ 2013-10-20  8:50 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2013-10-20  8:50 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Linus Torvalds, Peter Zijlstra, Ingo Molnar


* Randy Dunlap <rdunlap@infradead.org> wrote:

> 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 -

I think that should be solved already by this pending tip:sched/core 
commit:

 62e947cb0cd2 sched: Remove bogus parameter in structured comment

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-20  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-19 21:56 [PATCH] sched/fair.c: remove kernel-doc warning Randy Dunlap
2013-10-20  8:50 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox