commit | c8cb2ca37ed51aa1f3b20e3eff1e72df1c400f70 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Jul 23 21:28:57 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 10:47:25 2008 -0700 |
tree | 1855161684a9b0db3254698509b2a0dd33ed8c1c | |
parent | fee61c47d15270bdea699a8a3dd867f0825c3541 [diff] |
checkpatch: types: some types may also be identifiers Some types such as typedefs may overlap real identifiers. Be more targetted about when a type can really exist. Where it cannot let it be an identifier. This prevents false reporting of the minus '-' in unary context in the following: foo[bar->bool - 1]; Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>