diff options
author | Joe Perches <joe@perches.com> | 2014-04-03 23:49:12 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-04 01:21:12 +0200 |
commit | 91f72e9c6ed1433b65c2944a2953968088607987 (patch) | |
tree | 90e1f5e56e81fc6013dc6424cb7ce2e5900ff30b /scripts/bloat-o-meter | |
parent | checkpatch: add test for long udelay (diff) | |
download | linux-91f72e9c6ed1433b65c2944a2953968088607987.tar.xz linux-91f72e9c6ed1433b65c2944a2953968088607987.zip |
checkpatch: don't warn on some function pointer return styles
Checks for some function pointer return styles are too strict. Fix
them.
Multiple spaces after function pointer return types are allowed.
int (*foo)(int bar)
Spaces after function pointer returns of pointer types are not required.
int *(*foo)(int bar)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/bloat-o-meter')
0 files changed, 0 insertions, 0 deletions