From: Andy Whitcroft Date: Thu, 15 Jan 2009 21:51:05 +0000 (-0800) Subject: checkpatch: type/cast spacing should not check prefix spacing X-Git-Tag: v2.6.29-rc2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a0b3d17a01fe1ba24ce1e9c18666a52052e011;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed