aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2017-08-09 15:32:21 +0900
committerThomas Gleixner <[email protected]>2017-08-14 12:10:37 +0200
commit163616cf2f6ab7a8e37452ec00320039ab65bd45 (patch)
tree39330c180096ec94a3d066c0fe50ce56935d9b26 /tools/perf/scripts/python/syscall-counts.py
parentef954844c7ace62f773f4f23e28d2d915adc419f (diff)
genirq: Fix for_each_action_of_desc() macro
struct irq_desc does not have a member named "act". The correct name is "action". Currently, all users of this macro use an iterator named "action". If a different name is used, it will cause a build error. Fixes: f944b5a7aff0 ("genirq: Use a common macro to go through the actions list") Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: Jason Cooper <[email protected]> Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions