https://github.com/torvalds/linux
Revision 667026e7b082ad59eb7194d6b5d159ed6c340e05 authored by Andy Whitcroft on 27 February 2009, 22:03:08 UTC, committed by Linus Torvalds on 28 February 2009, 00:26:22 UTC
We must make sure we do not misrecognise a modifier as an Identifier
when trying to match types.  Prevent us matching this:

	void * __ref

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent a3340b3
History
Tip revision: 667026e7b082ad59eb7194d6b5d159ed6c340e05 authored by Andy Whitcroft on 27 February 2009, 22:03:08 UTC
checkpatch: a modifier is not an identifier at the end of a type
Tip revision: 667026e
File Mode Size
Makefile -rw-r--r-- 254 bytes
af_rose.c -rw-r--r-- 38.7 KB
rose_dev.c -rw-r--r-- 3.6 KB
rose_in.c -rw-r--r-- 7.5 KB
rose_link.c -rw-r--r-- 6.8 KB
rose_loopback.c -rw-r--r-- 2.4 KB
rose_out.c -rw-r--r-- 2.8 KB
rose_route.c -rw-r--r-- 30.8 KB
rose_subr.c -rw-r--r-- 11.5 KB
rose_timer.c -rw-r--r-- 4.9 KB
sysctl_net_rose.c -rw-r--r-- 4.1 KB

back to top