From 1d7e1d4517f11ebeb80f92e227c8fdbc3215385c Mon Sep 17 00:00:00 2001 From: "Randy.Dunlap" Date: Sat, 1 Jul 2006 04:36:34 -0700 Subject: [PATCH] [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-format-patch failed