]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit7521842a5b395f9a0cddbc18757e3995ad7f38cb
tree3d69d0e63944e0e408a025248aff932dfd530906
parent18a73412933eafc8bb8435f8f22afb3a3b45a00a
[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