diff options
author | Kemeng Shi <shikemeng@huawei.com> | 2022-10-18 15:19:28 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-12-01 17:44:12 +0300 |
commit | ecaaaabeead5329aa4c697c484bfc21cc129ab10 (patch) | |
tree | 33810f5e84afc8f7260717a38fe084b2a446185e /block/blk-iocost.c | |
parent | 36369f46e91785688a5f39d7a5590e3f07981316 (diff) | |
download | linux-ecaaaabeead5329aa4c697c484bfc21cc129ab10.tar.xz |
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/blk-iocost.c')
-rw-r--r-- | block/blk-iocost.c | 2 |
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. |