[PATCH 4/5] block, bfq: change "secs" to "sects" for bfq log in bfq_bfqq_served()

Yuwei Guan posted 5 patches 3 years, 5 months ago
[PATCH 4/5] block, bfq: change "secs" to "sects" for bfq log in bfq_bfqq_served()
Posted by Yuwei Guan 3 years, 5 months ago
Let "sects" short for sectors, as "secs" is reminiscent of seconds.

Signed-off-by: Yuwei Guan <Yuwei.Guan@zeekrlife.com>
---
 block/bfq-wf2q.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/bfq-wf2q.c b/block/bfq-wf2q.c
index 8fc3da4c23bb..f57ed0b037f3 100644
--- a/block/bfq-wf2q.c
+++ b/block/bfq-wf2q.c
@@ -823,7 +823,7 @@ void bfq_bfqq_served(struct bfq_queue *bfqq, int served)
 		st->vtime += bfq_delta(served, st->wsum);
 		bfq_forget_idle(st);
 	}
-	bfq_log_bfqq(bfqq->bfqd, bfqq, "bfqq_served %d secs", served);
+	bfq_log_bfqq(bfqq->bfqd, bfqq, "bfqq_served %d sects", served);
 }
 
 /**
-- 
2.34.1