Skip to content

Commit

Permalink
blk-cgroup: clean up indentation
Browse files Browse the repository at this point in the history
There is a statement that is indented one level too deeply, fix it
by removing a tab.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Colin Ian King authored and axboe committed Jun 30, 2020
1 parent 37f4a24 commit 0b8cc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]++;

Expand Down

0 comments on commit 0b8cc25

Please sign in to comment.