]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sched/fair: fix lots of kernel-doc warnings
authorRandy Dunlap <rdunlap@xenotime.net>
Fri, 8 Jun 2012 20:18:33 +0000 (13:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Jun 2012 21:59:10 +0000 (14:59 -0700)
commitcd96891d48a945ca2011fbeceda73813d6286195
treec859442b2364adfa4eec29f516ffbe9c316a81bf
parent8f53369b753f5f4c7684c2eb0b592152abb1dd00
sched/fair: fix lots of kernel-doc warnings

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>
kernel/sched/fair.c