diff options
author | Weiping Zhang | 2020-02-27 09:38:46 +0800 |
---|---|---|
committer | Jens Axboe | 2020-03-12 08:02:20 -0600 |
commit | fa800d73c8d0d36b1f5929198371f421b69e610e (patch) | |
tree | db5a51f838eb9aaaa4e0a500db76009bf55ae683 /block | |
parent | 88d6041d070028ef31c52845966216004ebba3bb (diff) |
blk-iocost: remove duplicated lines in comments
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Weiping Zhang <zhangweiping@didiglobal.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-iocost.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/block/blk-iocost.c b/block/blk-iocost.c index 27ca68621137..6a7788f31c22 100644 --- a/block/blk-iocost.c +++ b/block/blk-iocost.c @@ -46,9 +46,6 @@ * If needed, tools/cgroup/iocost_coef_gen.py can be used to generate * device-specific coefficients. * - * If needed, tools/cgroup/iocost_coef_gen.py can be used to generate - * device-specific coefficients. - * * 2. Control Strategy * * The device virtual time (vtime) is used as the primary control metric. |