diff options
author | 2019-05-06 16:19:17 +0800 | |
---|---|---|
committer | 2019-06-03 11:55:32 +0200 | |
commit | f7c1c6b36a3874d3a7987fb3af829d5b0d75bda7 (patch) | |
tree | 94835e6262f22e6b792775aad1ea550de47fa750 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'v5.2-rc3' into locking/core, to pick up fixes (diff) | |
download | wireguard-linux-f7c1c6b36a3874d3a7987fb3af829d5b0d75bda7.tar.xz wireguard-linux-f7c1c6b36a3874d3a7987fb3af829d5b0d75bda7.zip |
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 <duyuyang@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: bvanassche@acm.org
Cc: frederic@kernel.org
Cc: ming.lei@redhat.com
Cc: will.deacon@arm.com
Link: https://lkml.kernel.org/r/20190506081939.74287-2-duyuyang@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions