All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"
@ 2022-03-15 22:15 Colin Ian King
  2022-03-16  2:51 ` Chaitanya Kulkarni
  2022-03-16 12:03 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-03-15 22:15 UTC (permalink / raw)
  To: Paolo Valente, Jens Axboe, linux-block; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a bfq_log_bfqq message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 block/bfq-iosched.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c
index 064f6b4c1c16..2e0dd68a3cbe 100644
--- 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 tentative waker %s", waker_name);
 	} else /* Same tentative waker queue detected again */
 		bfqq->num_waker_detections++;
 
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"
  2022-03-15 22:15 [PATCH][next] block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative" Colin Ian King
@ 2022-03-16  2:51 ` Chaitanya Kulkarni
  2022-03-16 12:03 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Chaitanya Kulkarni @ 2022-03-16  2:51 UTC (permalink / raw)
  To: Colin Ian King, Paolo Valente, Jens Axboe, linux-block
  Cc: kernel-janitors, linux-kernel

On 3/15/22 15:15, Colin Ian King wrote:
> There is a spelling mistake in a bfq_log_bfqq message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---


Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>

-ck



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"
  2022-03-15 22:15 [PATCH][next] block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative" Colin Ian King
  2022-03-16  2:51 ` Chaitanya Kulkarni
@ 2022-03-16 12:03 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2022-03-16 12:03 UTC (permalink / raw)
  To: Colin Ian King, linux-block, Paolo Valente; +Cc: linux-kernel, kernel-janitors

On Tue, 15 Mar 2022 22:15:39 +0000, Colin Ian King wrote:
> There is a spelling mistake in a bfq_log_bfqq message. Fix it.
> 
> 

Applied, thanks!

[1/1] block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"
      commit: 8ef22dc4a7cbef5870e612edfbf9cd058ddaaa50

Best regards,
-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-16 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 22:15 [PATCH][next] block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative" Colin Ian King
2022-03-16  2:51 ` Chaitanya Kulkarni
2022-03-16 12:03 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.