diff options
author | 2017-07-27 14:30:23 -0700 | |
---|---|---|
committer | 2017-08-21 17:47:42 +0200 | |
commit | 0dde10bed2c44a4024eb446cc72fe4e0cb97ec06 (patch) | |
tree | b733f8f5c7c6540eca747d9e19aad5697e220c46 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: Remove redundant setting of uuid in btrfs_block_header (diff) | |
download | wireguard-linux-0dde10bed2c44a4024eb446cc72fe4e0cb97ec06.tar.xz wireguard-linux-0dde10bed2c44a4024eb446cc72fe4e0cb97ec06.zip |
btrfs: Remove extra parentheses from condition in copy_items()
There is no need for the extra pair of parentheses, remove it. This
fixes the following warning when building with clang:
fs/btrfs/tree-log.c:3694:10: warning: equality comparison with extraneous
parentheses [-Wparentheses-equality]
if ((i == (nr - 1)))
~~^~~~~~~~~~~
Also remove the unnecessary parentheses around the substraction.
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions