From: Randy Dunlap Date: Mon, 7 Nov 2005 09:01:07 +0000 (-0800) Subject: [PATCH] kernel-docs: fix kernel-doc format problems X-Git-Tag: v2.6.15-rc1~520 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8887e6e8c04bcefb512cdb08fc7e9c310ac847e;p=pandora-kernel.git [PATCH] kernel-docs: fix kernel-doc format problems Convert to proper kernel-doc format. Some have extra blank lines (not allowed immed. after the function name) or need blank lines (after all parameters). Function summary must be only one line. Colon (":") in a function description does weird things (causes kernel-doc to think that it's a new section head sadly). Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed