checkpatch: possible types: __asm__ is never a type
authorAndy Whitcroft <[email protected]>
Thu, 24 Jul 2008 04:28:58 +0000 (21:28 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:25 +0000 (10:47 -0700)
commitd3ddcf471ea90d7ff711dbaa371ef379ed625ec0
treed2eee93fbc6af05508e86e8c8bca548e57902d3a
parentf3db6639fee577f6ed92c0a1fc881e748c47ec48
checkpatch: possible types: __asm__ is never a type

We are false matching __asm__ as a type, and then tripping the external
function checks.  Squash.

Signed-off-by: Andy Whitcroft <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl