aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c
diff options
context:
space:
mode:
authorBart Van Assche <bart.vanassche@wdc.com>2018-03-18 17:36:26 -0700
committerJens Axboe <axboe@kernel.dk>2018-03-18 20:15:20 -0600
commitfd01991d5c20098c5c1ffc4dca6c821cc60a2f74 (patch)
tree2e9e2a82b04540cea06e521745b5be50c701e4f1 /drivers/md/bcache/btree.c
parentbcache: add io_disable to struct cached_dev (diff)
downloadlinux-dev-fd01991d5c20098c5c1ffc4dca6c821cc60a2f74.tar.xz
linux-dev-fd01991d5c20098c5c1ffc4dca6c821cc60a2f74.zip
bcache: Fix indentation
This patch avoids that smatch complains about inconsistent indentation. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Michael Lyle <mlyle@lyle.org> Reviewed-by: Coly Li <colyli@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/bcache/btree.c')
-rw-r--r--drivers/md/bcache/btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/btree.c b/drivers/md/bcache/btree.c
index d64aff0b8abc..143ed5a758e7 100644
--- a/drivers/md/bcache/btree.c
+++ b/drivers/md/bcache/btree.c
@@ -2178,7 +2178,7 @@ int bch_btree_insert_check_key(struct btree *b, struct btree_op *op,
if (b->key.ptr[0] != btree_ptr ||
b->seq != seq + 1) {
- op->lock = b->level;
+ op->lock = b->level;
goto out;
}
}