diff options
author | Joe Perches <joe@perches.com> | 2014-01-24 00:54:49 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-24 01:36:58 +0100 |
commit | 31070b5d4490c6c876e0d3b093e5d5b05e4027fa (patch) | |
tree | 7d6a71fcb471bdc4f82e6fc101d8043e966f1d15 /crypto/tcrypt.c | |
parent | checkpatch: update the FSF/GPL address check (diff) | |
download | linux-31070b5d4490c6c876e0d3b093e5d5b05e4027fa.tar.xz linux-31070b5d4490c6c876e0d3b093e5d5b05e4027fa.zip |
checkpatch: add tests for function pointer style misuses
Kernel style uses function pointers in this form:
"type (*funcptr)(args...)"
Emit warnings when this function pointer form isn't used.
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@shadowen.org>
Cc: Derek Perrin <d.roc16@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'crypto/tcrypt.c')
0 files changed, 0 insertions, 0 deletions