| commit | f9a0b3d17a01fe1ba24ce1e9c18666a52052e011 | [log] [tgz] |
|---|---|---|
| author | Andy Whitcroft <apw@canonical.com> | Thu Jan 15 13:51:05 2009 -0800 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 15 16:39:38 2009 -0800 |
| tree | 09a19fe504f889ae3c2691641be992a21932978a | |
| parent | a27506459c5e6ccc8437fca0adb6d3759c883c28 [diff] |
checkpatch: type/cast spacing should not check prefix spacing We should not be complaining about the prefix spacing for types and casts. We are triggering here because the check for spacing between '*'s is overly loose. Tighten this up. 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>