From: Kemeng Shi Date: Tue, 18 Oct 2022 12:19:28 +0000 (+0800) Subject: blk-iocost: Fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ecaaaabeead5329aa4c697c484bfc21cc129ab10;p=linux.git blk-iocost: Fix typo in comment soley -> solely Signed-off-by: Kemeng Shi Acked-by: Tejun Heo Link: https://lore.kernel.org/r/20221018121932.10792-2-shikemeng@huawei.com Signed-off-by: Jens Axboe --- diff --git a/block/blk-iocost.c b/block/blk-iocost.c index f01359906c830..2b8abc499b187 100644 --- a/block/blk-iocost.c +++ b/block/blk-iocost.c @@ -111,7 +111,7 @@ * busy signal. * * As devices can have deep queues and be unfair in how the queued commands - * are executed, soley depending on rq wait may not result in satisfactory + * are executed, solely depending on rq wait may not result in satisfactory * control quality. For a better control quality, completion latency QoS * parameters can be configured so that the device is considered saturated * if N'th percentile completion latency rises above the set point.