aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorAndy Whitcroft <[email protected]>2008-10-15 22:02:31 -0700
committerLinus Torvalds <[email protected]>2008-10-16 11:21:37 -0700
commitb132e5d5865325a9aa42b122c4c466903bf48348 (patch)
tree0032e6513e7ae5353357c0fbf605ecda6a9cf831 /tools/perf/scripts/python/bin
parent170d3a22688f06fda42e353bbccd0f3df89f3d94 (diff)
checkpatch: macros which define structure members are not complex
We often see macros which define structure members, these are not complex and necessarily do not have braces or brackets. For example: #define _PLIST_HEAD_INIT(head) \ .prio_list = LIST_HEAD_INIT((head).prio_list), \ .node_list = LIST_HEAD_INIT((head).node_list) 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/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions