]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: pointer type star may have modifiers following
authorAndy Whitcroft <apw@canonical.com>
Fri, 27 Feb 2009 22:03:07 +0000 (14:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Feb 2009 00:26:22 +0000 (16:26 -0800)
commitd7c4819fbb2f631702cfad94e3e45a36552f05c6
tree48eadd0bde2f008de17ca1b780e428451b042942
parent4242fb0fc556841fc027af113af36d3f922a5d1d
checkpatch: pointer type star may have modifiers following

We may have any modifier following a pointer type star.  Handle this:

void * __user * __user foo;

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>
scripts/checkpatch.pl