From: Randy.Dunlap Date: Sat, 1 Jul 2006 11:36:34 +0000 (-0700) Subject: [PATCH] kernel-doc: consistent text/man mode output X-Git-Tag: v2.6.18-rc1~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7e1d4517f11ebeb80f92e227c8fdbc3215385c;p=pandora-kernel.git [PATCH] kernel-doc: consistent text/man mode output Add a space between data type and struct field name in man-mode bitfield struct output so that they don't run together. For text-mode struct output, print the struct 'purpose' or short description (as done in man-mode output). For text-mode enum output, print the enum 'purpose' or short description (as done in man-mode output). For text-mode typedef output, print the typedef 'purpose' or short description (as done in man-mode output). Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed