blk-iocost: Fix typo in comment
authorKemeng Shi <shikemeng@huawei.com>
Tue, 18 Oct 2022 12:19:28 +0000 (20:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Dec 2022 14:44:12 +0000 (07:44 -0700)
soley -> solely

Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20221018121932.10792-2-shikemeng@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-iocost.c

index f013599..2b8abc4 100644 (file)
  * 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.