aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorAndy Whitcroft <[email protected]>2010-10-26 14:23:18 -0700
committerLinus Torvalds <[email protected]>2010-10-26 16:52:20 -0700
commit5eaa20b984eb316533b4a098d8de3912e434df6a (patch)
tree91df836f5b4fdd7745fde745adec27c4edeccb1a /tools/perf/util/trace-event-scripting.c
parent015830be9779aeae7de7060b07a3157a8e41bcb4 (diff)
checkpatch: clean up structure definition macro handline
Handle definitions such as the following correctly, it is not a complex statement: #define PREALLOC(NAME, START, END, FLAGS) { \ .name = (NAME), \ .start = (START), \ .end = (END), \ .flags = (FLAGS) \ }, Signed-off-by: Andy Whitcroft <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions