Commit 8ac17e6a authored by Tang Yizhou's avatar Tang Yizhou Committed by Jens Axboe
Browse files

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: default avatarTang Yizhou <yizhou.tang@shopee.com>
Link: https://lore.kernel.org/r/20250213100611.209997-3-yizhou.tang@shopee.com


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 5d01d2df
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;