]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: add signed generic types
authorJoe Perches <joe@perches.com>
Wed, 6 Aug 2014 23:11:20 +0000 (16:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:29 +0000 (18:01 -0700)
commit4ecbcf7a256d20d27376063096ca3c63ac63bf46
treeecb637d985bc1180443de255264e3a4088555aa7
parentca19eb2bb177607436b298e19aa7f9e07927faa1
checkpatch: add signed generic types

Current generic types are unsigned or unspecified.  Add signed to the
types.

Reorder the types to find the longest match first.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-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