From: Randy Dunlap Date: Tue, 5 Aug 2008 20:01:32 +0000 (-0700) Subject: kernel-doc: skip nested struct/union cleanly X-Git-Tag: v2.6.27-rc2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ab8f97dd95592b17e684f7722caa0556087b99;p=pandora-kernel.git kernel-doc: skip nested struct/union cleanly Fix handling of nested structs or unions. The regex to strip (eliminate) nested structs or unions was limited to only 0 or 1 matches. This can cause an uneven number of left/right braces to be stripped, which causes this: Warning(linux-2.6.27-rc1-git2//include/net/mac80211.h:336): No description found for parameter '}' Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed