summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorKemeng Shi <shikemeng@huawei.com>2022-10-18 20:19:28 +0800
committerJens Axboe <axboe@kernel.dk>2022-12-01 07:44:12 -0700
commitecaaaabeead5329aa4c697c484bfc21cc129ab10 (patch)
tree33810f5e84afc8f7260717a38fe084b2a446185e /block
parent36369f46e91785688a5f39d7a5590e3f07981316 (diff)
downloadlinux-ecaaaabeead5329aa4c697c484bfc21cc129ab10.tar.bz2
blk-iocost: Fix typo in comment
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>
Diffstat (limited to 'block')
-rw-r--r--block/blk-iocost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-iocost.c b/block/blk-iocost.c
index f01359906c83..2b8abc499b18 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.