git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3340b3
)
checkpatch: a modifier is not an identifier at the end of a type
author
Andy Whitcroft
<apw@canonical.com>
Fri, 27 Feb 2009 22:03:08 +0000
(14:03 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 28 Feb 2009 00:26:22 +0000
(16:26 -0800)
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>
No differences found