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

From: Yuwei Guan
Date: Wed Nov 02 2022 - 08:40:52 EST


Let "sects" short for sectors, as "secs" is reminiscent of seconds.

Signed-off-by: Yuwei Guan <Yuwei.Guan@xxxxxxxxxxxxx>
---
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