block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"
authorColin Ian King <colin.i.king@gmail.com>
Tue, 15 Mar 2022 22:15:39 +0000 (22:15 +0000)
committerJens 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

index 975fd30a07c93d6bbbb5355b0db275fa37cc76c4..3376ad03823e39b716e1b42bb2b689fa6bfaa1d9 100644 (file)
@@ -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 tentative waker %s", waker_name);
        } else /* Same tentative waker queue detected again */
                bfqq->num_waker_detections++;