]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: possible types: __asm__ is never a type
authorAndy Whitcroft <apw@shadowen.org>
Thu, 24 Jul 2008 04:28:58 +0000 (21:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:25 +0000 (10:47 -0700)
commit0af3fc521dd190c15b8dd55706e1309ae19f1226
treed2eee93fbc6af05508e86e8c8bca548e57902d3a
parentbf5661f6a56362864402a96ffc8ba03709769bf8
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 <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl