sched: fix errors in struct & function comments
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 29 Mar 2009 04:52:47 +0000 (21:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 Mar 2009 15:12:39 +0000 (08:12 -0700)
commitd5ac537e5fb6fc12384c9f3ed6a15e912dfbbc2a
tree0b86a19d2e54558ac99ed5e1bb287cf22505b21a
parentee665ecca6d6775f65b1a4154c34f551f62cec52
sched: fix errors in struct & function comments

Fix kernel-doc errors in sched.c:  the structs don't have
kernel-doc notation and the short function description needs to
be one line only.

  Error(kernel/sched.c:3197): cannot understand prototype: 'struct sd_lb_stats '
  Error(kernel/sched.c:3228): cannot understand prototype: 'struct sg_lb_stats '
  Error(kernel/sched.c:3375): duplicate section name 'Description'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sched.c