Searched hist:ea82c74093f48b28e632d03eeff22faf99727a8c (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | kernel-doc | diff ea82c74093f48b28e632d03eeff22faf99727a8c Thu Dec 07 05:38:52 CET 2006 Randy Dunlap <randy.dunlap@oracle.com> [PATCH] kernel-doc: stricter function pointer recognition
Be more careful about function pointer args: look for "(...*" instead of just "(".
This line in include/linux/input.h fools the current kernel-doc script into deciding that this is a function pointer:
unsigned long ffbit[NBITS(FF_MAX)];
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>
|