Home
last modified time | relevance | path

Searched hist:"5 f8c7c98ae3888cf0a2cf320f514f75cc92f00be" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff 5f8c7c98ae3888cf0a2cf320f514f75cc92f00be Thu Jul 19 10:48:24 CEST 2007 Randy Dunlap <randy.dunlap@oracle.com> kernel-doc: fix unnamed struct/union warning

Fix kernel-doc warning:
Warning(linux-2.6.22-rc2-git2/include/linux/skbuff.h:316): No description found for parameter '}'

which is caused by nested anonymous structs/unions ending with:
};
};

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>