[PATCH] kernel-doc: allow unnamed structs/unions
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 22 Dec 2006 09:10:50 +0000 (01:10 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 22 Dec 2006 16:55:50 +0000 (08:55 -0800)
commit134fe01bfafa74e691d84bf15666fb30e89896ff
treed64b10731a9030fd1304e5cab43ac6cf861f2a43
parent01b2d93ca4c495f056471189ac6c4e6ac4cbbccb
[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 <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/kernel-doc