aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2018-09-11 14:50:40 -0700
committerJens Axboe <axboe@kernel.dk>2018-09-11 16:56:39 -0600
commit798ef9e70110d0245797526c930beec7fded7b15 (patch)
tree9226d6bd03beffd7c09980c4037a265d2c66b0c5 /block
parentblock: umem: replace spin_lock_bh with spin_lock in tasklet callback (diff)
downloadlinux-dev-798ef9e70110d0245797526c930beec7fded7b15.tar.xz
linux-dev-798ef9e70110d0245797526c930beec7fded7b15.zip
rsxx: Remove unnecessary parentheses
Clang warns when more than one set of parentheses is used for a single conditional statement: drivers/block/rsxx/cregs.c:279:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((cmd->op == CREG_OP_READ)) { ~~~~~~~~^~~~~~~~~~~~~~~ drivers/block/rsxx/cregs.c:279:15: note: remove extraneous parentheses around the comparison to silence this warning if ((cmd->op == CREG_OP_READ)) { ~ ^ ~ drivers/block/rsxx/cregs.c:279:15: note: use '=' to turn this equality comparison into an assignment if ((cmd->op == CREG_OP_READ)) { ^~ = 1 warning generated. Reported-by: Nick Desaulniers <ndesaulniers@google.com> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions