projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37f4a24
)
blk-cgroup: clean up indentation
author
Colin Ian King
<colin.king@canonical.com>
Tue, 30 Jun 2020 15:54:41 +0000
(16:54 +0100)
committer
Jens 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
patch
|
blob
|
history
diff --git
a/block/blk-cgroup.c
b/block/blk-cgroup.c
index 1ce94afc03bcfd7aa5ae1fd8e8a04fb449bef38a..748c4b2a927326810bd7b4fd628832b1c1b26d53 100644
(file)
--- a/
block/blk-cgroup.c
+++ b/
block/blk-cgroup.c
@@
-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]++;