Skip to content

Commit 8ef22dc

Browse files
ColinIanKingaxboe
authored andcommitted
block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"
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>
1 parent 79d45f5 commit 8ef22dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/bfq-iosched.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@ static void bfq_check_waker(struct bfq_data *bfqd, struct bfq_queue *bfqq,
21532153
bfqq->waker_detection_started = now_ns;
21542154
bfq_bfqq_name(bfqq->tentative_waker_bfqq, waker_name,
21552155
MAX_BFQQ_NAME_LENGTH);
2156-
bfq_log_bfqq(bfqd, bfqq, "set tenative waker %s", waker_name);
2156+
bfq_log_bfqq(bfqd, bfqq, "set tentative waker %s", waker_name);
21572157
} else /* Same tentative waker queue detected again */
21582158
bfqq->num_waker_detections++;
21592159

0 commit comments

Comments
 (0)