diff options
author | Ming Lei <ming.lei@redhat.com> | 2023-03-30 19:36:23 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-04-02 19:22:55 -0600 |
commit | 96cf2f5404c8bc979628a2b495852d735a56c5b5 (patch) | |
tree | dd590971ee3fc58fbb44f7b606bb57c81e016ae8 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 2f3af723447c35c16f3c6a1b4b317c61dc41d6c3 (diff) |
block: ublk_drv: clean up several helpers
Convert the following pattern in several helpers
if (Z)
return true
return false
into:
return Z;
Reviewed-by: Ziyang Zhang <ZiyangZhang@linux.alibaba.com>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions