]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Fix kerneldoc comments in mm/vmalloc.c
authorRolf Eike Beer <eike-kernel@sf-tec.de>
Wed, 27 Sep 2006 08:50:13 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:13 +0000 (08:26 -0700)
commit3747a65ff627d21b02f22991cf5a8c1fae593e18
tree35c623c292d569e9d8f99559836075ab8ec9be13
parenta740647fa9f1a91200810ffbda87d7a5d3a64e26
[PATCH] Fix kerneldoc comments in mm/vmalloc.c

The empty line between the short description and the first argument
description causes a section to appear twice in the generated manpage.
Also the short description should really be short: the script can't handle
multiple lines.

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/vmalloc.c