summaryrefslogtreecommitdiff
path: root/security/selinux
diff options
context:
space:
mode:
authorMatthias Kaehlcke <mka@chromium.org>2017-07-28 00:30:23 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-08 13:12:47 +0300
commite7f42b03fbfb8309a2169aa7c1917b366a886506 (patch)
tree36381f96be3d2295aa204a4988ab73bd88324b26 /security/selinux
parent471d4a48d8d19cce4afcb02072b19108cbbf2571 (diff)
downloadlinux-e7f42b03fbfb8309a2169aa7c1917b366a886506.tar.xz
btrfs: Remove extra parentheses from condition in copy_items()
commit 0dde10bed2c44a4024eb446cc72fe4e0cb97ec06 upstream. 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> Cc: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'security/selinux')
0 files changed, 0 insertions, 0 deletions