[PATCH] kernel-doc: fix some odd spacing issues
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 10 Feb 2007 09:46:04 +0000 (01:46 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:32 +0000 (10:51 -0800)
commita21217daae8ce6e841e33d4a2bb24026723cb21d
tree3d69d0e63944e0e408a025248aff932dfd530906
parent6e8c818829587f001cacae5af4400e4e3aa90a37
[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 <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/kernel-doc