diff options
author | Miles Chen <[email protected]> | 2017-11-17 15:28:34 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-11-17 16:10:02 -0800 |
commit | 25bdda2bd68ae3008759f26058f6f9b9bb2b1cc5 (patch) | |
tree | 60fa25852eddc17e4be90c5d50d24a7153a00832 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 4441fca0a27f5f0e2c652584ae9d7abec6255c1f (diff) |
checkpatch: support function pointers for unnamed function definition arguments
Current unnamed function definition argument does not include function
pointer cases and it reports something like:
WARNING: function definition argument 'void' should also have an identifier name
+unsigned int (*dummy)(void);
Support function pointers for unnamed function arguments
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Miles Chen <[email protected]>
Acked-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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions