[PATCH] sched/fair.c: remove kernel-doc warning

From: Randy Dunlap
Date: Sat Oct 19 2013 - 17:56:53 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/