bcache: style fixes for lines over 80 characters
This patch fixes the lines over 80 characters into more lines, to minimize warnings by checkpatch.pl. There are still some lines exceed 80 characters, but it is better to be a single line and I don't change them. Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Shenghui Wang <shhuiw@foxmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -67,7 +67,8 @@ void bch_btree_verify(struct btree *b)
|
||||
if (inmemory->keys != sorted->keys ||
|
||||
memcmp(inmemory->start,
|
||||
sorted->start,
|
||||
(void *) bset_bkey_last(inmemory) - (void *) inmemory->start)) {
|
||||
(void *) bset_bkey_last(inmemory) -
|
||||
(void *) inmemory->start)) {
|
||||
struct bset *i;
|
||||
unsigned int j;
|
||||
|
||||
|
Reference in New Issue
Block a user