aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorYuyang Du <[email protected]>2019-05-06 16:19:17 +0800
committerIngo Molnar <[email protected]>2019-06-03 11:55:32 +0200
commitf7c1c6b36a3874d3a7987fb3af829d5b0d75bda7 (patch)
tree94835e6262f22e6b792775aad1ea550de47fa750 /tools/perf/scripts/python/stackcollapse.py
parent26b73da3604cc1a6596406d136b14d1a01c3676f (diff)
locking/lockdep: Change all print_*() return type to void
Since none of the print_*() function's return value is necessary, change their return type to void. No functional change. In cases where an invariable return value is used, this change slightly improves readability, i.e.: print_x(); return 0; is definitely better than: return print_x(); /* where print_x() always returns 0 */ Signed-off-by: Yuyang Du <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions