]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: possible types -- prevent illegal modifiers being added
authorAndy Whitcroft <apw@canonical.com>
Mon, 26 Oct 2009 23:50:12 +0000 (16:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 Oct 2009 14:39:31 +0000 (07:39 -0700)
commitf74343aa053068eb76adc45f777b8afa6642384a
treebf865361b93077ae8464f459280cb86a9f414ad5
parent0638bee4761363f2fe98781fec3785c8630e0744
checkpatch: possible types -- prevent illegal modifiers being added

Prevent known non types being detected as modifiers.  Ensure we do not
look at any type which starts with a keyword.

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