From: Randy Dunlap Date: Sun, 29 Mar 2009 04:52:47 +0000 (-0700) Subject: sched: fix errors in struct & function comments X-Git-Tag: v2.6.30-rc1~627 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ac537e5fb6fc12384c9f3ed6a15e912dfbbc2a;p=pandora-kernel.git 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 cc: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed