Home
last modified time | relevance | path

Searched hist:"32 ab8f97dd95592b17e684f7722caa0556087b99" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff 32ab8f97dd95592b17e684f7722caa0556087b99 Tue Aug 05 22:01:32 CEST 2008 Randy Dunlap <randy.dunlap@oracle.com> 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 <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>