]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf5532f85204b6850ab16c666f3cd2e9b7a2e72b4
treed64b10731a9030fd1304e5cab43ac6cf861f2a43
parentf521e0adb7fb7f70c71986dead02909e205463fb
[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