https://github.com/torvalds/linux
Revision cd96891d48a945ca2011fbeceda73813d6286195 authored by Randy Dunlap on 08 June 2012, 20:18:33 UTC, committed by Linus Torvalds on 08 June 2012, 21:59:10 UTC
Fix lots of new kernel-doc warnings in kernel/sched/fair.c:

  Warning(kernel/sched/fair.c:3625): No description found for parameter 'env'
  Warning(kernel/sched/fair.c:3625): Excess function parameter 'sd' description in 'update_sg_lb_stats'
  Warning(kernel/sched/fair.c:3735): No description found for parameter 'env'
  Warning(kernel/sched/fair.c:3735): Excess function parameter 'sd' description in 'update_sd_pick_busiest'
  Warning(kernel/sched/fair.c:3735): Excess function parameter 'this_cpu' description in 'update_sd_pick_busiest'
  .. more warnings

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 8f53369
History
Tip revision: cd96891d48a945ca2011fbeceda73813d6286195 authored by Randy Dunlap on 08 June 2012, 20:18:33 UTC
sched/fair: fix lots of kernel-doc warnings
Tip revision: cd96891

back to top