projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d01d2d
)
blk-wbt: Cleanup a comment in wb_timer_fn
author
Tang Yizhou
<yizhou.tang@shopee.com>
Thu, 13 Feb 2025 10:06:11 +0000
(18:06 +0800)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 25 Feb 2025 15:43:52 +0000
(08:43 -0700)
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>
block/blk-wbt.c
patch
|
blob
|
history
diff --git
a/block/blk-wbt.c
b/block/blk-wbt.c
index
8b73c0c
..
f1754d0
100644
(file)
--- 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;