commit | 0c773d9d66684aefd919c4b4550fe16003c54c0e | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Aug 06 16:11:20 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 06 18:01:29 2014 -0700 |
tree | ecb637d985bc1180443de255264e3a4088555aa7 | |
parent | 3f7bc4e1fcfab05f3e8b49134cfb3e16b8876aae [diff] |
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>