From: Randy Dunlap Date: Sat, 10 Feb 2007 09:46:04 +0000 (-0800) Subject: [PATCH] kernel-doc: fix some odd spacing issues X-Git-Tag: v2.6.21-rc1~274^2~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21217daae8ce6e841e33d4a2bb24026723cb21d;p=pandora-kernel.git [PATCH] kernel-doc: fix some odd spacing issues - in man and text mode output, if the function return type is empty (like it is for macros), don't print the return type and a following space; this fixes an output malalignment; - in the function short description, strip leading, trailing, and multiple embedded spaces (to one space); this makes function name/description output spacing consistent; - fix a comment typo; Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed