checkpatch: type/cast spacing should not check prefix spacing
commitf9a0b3d17a01fe1ba24ce1e9c18666a52052e011
authorAndy Whitcroft <apw@canonical.com>
Thu, 15 Jan 2009 21:51:05 +0000 (15 13:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Jan 2009 00:39:38 +0000 (15 16:39 -0800)
tree09a19fe504f889ae3c2691641be992a21932978a
parenta27506459c5e6ccc8437fca0adb6d3759c883c28
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>
scripts/checkpatch.pl