From: Randy Dunlap Date: Fri, 22 Dec 2006 09:10:50 +0000 (-0800) Subject: [PATCH] kernel-doc: allow unnamed structs/unions X-Git-Tag: v2.6.20-rc2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=134fe01bfafa74e691d84bf15666fb30e89896ff;p=pandora-kernel.git [PATCH] kernel-doc: allow unnamed structs/unions Make kernel-doc support unnamed (anonymous) structs and unions. There is one (union) in include/linux/skbuff.h (inside struct sk_buff) that is currently generating a kernel-doc warning, so this fixes that warning. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed