From 4b3109d51f2c260ce3cf1f84a0525072d1ffb01a Mon Sep 17 00:00:00 2001 From: Weiping Zhang Date: Thu, 27 Feb 2020 09:38:46 +0800 Subject: [PATCH 1742/2944] blk-iocost: remove duplicated lines in comments to #29361128 commit fa800d73c8d0d36b1f5929198371f421b69e610e upstream. Acked-by: Tejun Heo Signed-off-by: Weiping Zhang Signed-off-by: Jens Axboe Signed-off-by: Jiufei Xue Reviewed-by: Joseph Qi --- block/blk-iocost.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/block/blk-iocost.c b/block/blk-iocost.c index 1f62f34..cd9fb46 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. -- 1.8.3.1