summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2022-04-13 18:20:42 +0300
committerDavid Sterba <dsterba@suse.com>2022-05-16 18:03:13 +0300
commit8b01f931c140a943e837d86a9b82f0910629492e (patch)
tree8f52b7a14ef3ccf1c78fa76390627503f68d254c /tools/perf/scripts/python/export-to-sqlite.py
parent16b0c2581e3a81e88872ff054fca8d8f5a92ca5e (diff)
downloadlinux-8b01f931c140a943e837d86a9b82f0910629492e.tar.xz
btrfs: return block group directly at btrfs_next_block_group()
At btrfs_next_block_group(), we have this long line with two statements: cache = btrfs_lookup_first_block_group(...); return cache; This makes it a bit harder to read due to two statements on the same line, so change that to directly return the result of the call to btrfs_lookup_first_block_group(). Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions