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

2013-10-20 Thread Ingo Molnar
* Randy Dunlap wrote: > From: Randy Dunlap > > 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

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

2013-10-19 Thread Randy Dunlap
From: Randy Dunlap 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 --- kernel/sched/fair.c |1 - 1 file