diff options
author | Ming Lei <[email protected]> | 2023-03-30 19:36:23 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2023-04-02 19:22:55 -0600 |
commit | 96cf2f5404c8bc979628a2b495852d735a56c5b5 (patch) | |
tree | dd590971ee3fc58fbb44f7b606bb57c81e016ae8 /tools/perf/scripts/python/syscall-counts.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 <[email protected]>
Signed-off-by: Ming Lei <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions