blk-cgroup: clean up indentation
authorColin Ian King <colin.king@canonical.com>
Tue, 30 Jun 2020 15:54:41 +0000 (16:54 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 30 Jun 2020 19:00:04 +0000 (13:00 -0600)
There is a statement that is indented one level too deeply, fix it
by removing a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.c

index 1ce94af..748c4b2 100644 (file)
@@ -1837,7 +1837,7 @@ void blk_cgroup_bio_start(struct bio *bio)
         */
        if (!bio_flagged(bio, BIO_CGROUP_ACCT)) {
                bio_set_flag(bio, BIO_CGROUP_ACCT);
-                       bis->cur.bytes[rwd] += bio->bi_iter.bi_size;
+               bis->cur.bytes[rwd] += bio->bi_iter.bi_size;
        }
        bis->cur.ios[rwd]++;