diff options
| author | Joe Perches <[email protected]> | 2014-04-03 14:49:12 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2014-04-03 16:21:12 -0700 |
| commit | 91f72e9c6ed1433b65c2944a2953968088607987 (patch) | |
| tree | 90e1f5e56e81fc6013dc6424cb7ce2e5900ff30b /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 43c1d77c393205645cdd6337e657341a5216a7a8 (diff) | |
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions