diff options
author | Weiping Zhang <zhangweiping@didiglobal.com> | 2020-02-27 02:38:46 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-12 15:02:20 +0100 |
commit | fa800d73c8d0d36b1f5929198371f421b69e610e (patch) | |
tree | db5a51f838eb9aaaa4e0a500db76009bf55ae683 /block/blk-iocost.c | |
parent | block: sed-opal: Change the check condition for regular session validity (diff) | |
download | linux-fa800d73c8d0d36b1f5929198371f421b69e610e.tar.xz linux-fa800d73c8d0d36b1f5929198371f421b69e610e.zip |
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/blk-iocost.c')
-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. |