2020-06-30 15:57:13

by Colin King

[permalink] [raw]
Subject: [PATCH][next] blk-cgroup: clean up indentation

From: Colin Ian King <[email protected]>

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]>
---
block/blk-cgroup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
index 1ce94afc03bc..748c4b2a9273 100644
--- 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]++;

--
2.27.0


2020-06-30 20:54:07

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH][next] blk-cgroup: clean up indentation

On 6/30/20 9:54 AM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a statement that is indented one level too deeply, fix it
> by removing a tab.

Applied, thanks.

--
Jens Axboe