summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTang Yizhou <yizhou.tang@shopee.com>2025-02-13 13:06:11 +0300
committerJens Axboe <axboe@kernel.dk>2025-02-25 18:43:52 +0300
commit8ac17e6ae1bf4625b8fa457f135865c1fd86beae (patch)
tree9612fcf6cd979b8004ea4b177cc721965e8485f4
parent5d01d2df85f01ce083e0372bd3bd4968155e2911 (diff)
downloadlinux-8ac17e6ae1bf4625b8fa457f135865c1fd86beae.tar.xz
blk-wbt: Cleanup a comment in wb_timer_fn
The original comment contains a grammatical error. Rewrite it into a more easily understandable sentence. Signed-off-by: Tang Yizhou <yizhou.tang@shopee.com> Link: https://lore.kernel.org/r/20250213100611.209997-3-yizhou.tang@shopee.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--block/blk-wbt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/block/blk-wbt.c b/block/blk-wbt.c
index 8b73c0c11aec..f1754d07f7e0 100644
--- a/block/blk-wbt.c
+++ b/block/blk-wbt.c
@@ -447,9 +447,9 @@ static void wb_timer_fn(struct blk_stat_callback *cb)
break;
case LAT_UNKNOWN_WRITES:
/*
- * We started a the center step, but don't have a valid
- * read/write sample, but we do have writes going on.
- * Allow step to go negative, to increase write perf.
+ * We don't have a valid read/write sample, but we do have
+ * writes going on. Allow step to go negative, to increase
+ * write performance.
*/
scale_up(rwb);
break;