projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d45f5
)
block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"
author
Colin Ian King
<colin.i.king@gmail.com>
Tue, 15 Mar 2022 22:15:39 +0000
(22:15 +0000)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 16 Mar 2022 12:03:15 +0000
(06:03 -0600)
There is a spelling mistake in a bfq_log_bfqq message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link:
https://lore.kernel.org/r/20220315221539.2959167-1-colin.i.king@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c
patch
|
blob
|
history
diff --git
a/block/bfq-iosched.c
b/block/bfq-iosched.c
index
975fd30
..
3376ad0
100644
(file)
--- a/
block/bfq-iosched.c
+++ b/
block/bfq-iosched.c
@@
-2153,7
+2153,7
@@
static void bfq_check_waker(struct bfq_data *bfqd, struct bfq_queue *bfqq,
bfqq->waker_detection_started = now_ns;
bfq_bfqq_name(bfqq->tentative_waker_bfqq, waker_name,
MAX_BFQQ_NAME_LENGTH);
- bfq_log_bfqq(bfqd, bfqq, "set tenative waker %s", waker_name);
+ bfq_log_bfqq(bfqd, bfqq, "set ten
t
ative waker %s", waker_name);
} else /* Same tentative waker queue detected again */
bfqq->num_waker_detections++;