Messages in this thread Patch in this message |  | | From | Kemeng Shi <> | Subject | [PATCH v3 6/9] blk-throttle: fix typo in comment of throtl_adjusted_limit | Date | Mon, 5 Dec 2022 19:57:06 +0800 |
| |
From: Kemeng Shi <shikemeng@huawei.com>
lapsed time -> elapsed time
Signed-off-by: Kemeng Shi <shikemeng@huawei.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com> --- block/blk-throttle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/blk-throttle.c b/block/blk-throttle.c index 1623507ed56e..7db8592dae38 100644 --- a/block/blk-throttle.c +++ b/block/blk-throttle.c @@ -129,7 +129,7 @@ static struct throtl_data *sq_to_td(struct throtl_service_queue *sq) /* * cgroup's limit in LIMIT_MAX is scaled if low limit is set. This scale is to * make the IO dispatch more smooth. - * Scale up: linearly scale up according to lapsed time since upgrade. For + * Scale up: linearly scale up according to elapsed time since upgrade. For * every throtl_slice, the limit scales up 1/2 .low limit till the * limit hits .max limit * Scale down: exponentially scale down if a cgroup doesn't hit its .low limit -- 2.30.0
|  |