Files
kernel/scripts
Randy Dunlap ea82c74093 [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>
2006-12-07 08:39:41 -08:00
..
2006-12-07 08:39:37 -08:00
2006-10-02 19:46:55 -07:00
2006-06-25 10:01:00 -07:00
2006-07-03 23:30:54 +02:00
2006-12-07 08:39:38 -08:00