[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5263001C.1060109@infradead.org>
Date: Sat, 19 Oct 2013 14:56:44 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
CC: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>
Subject: [PATCH] sched/fair.c: remove kernel-doc warning
From: Randy Dunlap <rdunlap@...radead.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@...radead.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,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists