diff options
author | Weiping Zhang <zhangweiping@didiglobal.com> | 2020-02-27 04:38:46 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-12 17:02:20 +0300 |
commit | fa800d73c8d0d36b1f5929198371f421b69e610e (patch) | |
tree | db5a51f838eb9aaaa4e0a500db76009bf55ae683 | |
parent | 88d6041d070028ef31c52845966216004ebba3bb (diff) | |
download | linux-fa800d73c8d0d36b1f5929198371f421b69e610e.tar.xz |
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>
-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. |