]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit09607466f99a1d44fd683ce865691d568cd430ba
tree0b86a19d2e54558ac99ed5e1bb287cf22505b21a
parentacddb1f3f60b3140cba38ef8ef3eb0453706adc2
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