Searched hist:"7 b97887eab6c35d23f2e4680bd5e285415068f35" (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | kernel-doc | diff 7b97887eab6c35d23f2e4680bd5e285415068f35 Sat May 17 00:45:52 CEST 2008 Randy Dunlap <randy.dunlap@oracle.com> kernel-doc: allow unnamed bit-fields
Allow for unnamed bit-fields and skip them instead of printing an erroneous warning message for them, such as:
Warning(include/asm-s390/cio.h:103): No description found for parameter 'u32'
which contains:
struct tm_scsw { u32 :1;
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
|