All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] blk-mq: Fix typo in comment
@ 2019-10-29 22:35 Gabriela Bittencourt
  2019-10-30  3:30 ` Chaitanya Kulkarni
  2019-10-30  5:55 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 2 replies; 5+ messages in thread
From: Gabriela Bittencourt @ 2019-10-29 22:35 UTC (permalink / raw)
  To: outreachy-kernel, axboe, linux-block, linux-kernel, lkcamp, trivial
  Cc: Gabriela Bittencourt

Fix typo in words: 'vector' and 'query'.

Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
---
 block/blk-mq-virtio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/blk-mq-virtio.c b/block/blk-mq-virtio.c
index 488341628256..7b8a42c35102 100644
--- a/block/blk-mq-virtio.c
+++ b/block/blk-mq-virtio.c
@@ -16,7 +16,7 @@
  * @first_vec:	first interrupt vectors to use for queues (usually 0)
  *
  * This function assumes the virtio device @vdev has at least as many available
- * interrupt vetors as @set has queues.  It will then queuery the vector
+ * interrupt vectors as @set has queues.  It will then query the vector
  * corresponding to each queue for it's affinity mask and built queue mapping
  * that maps a queue to the CPUs that have irq affinity for the corresponding
  * vector.
-- 
2.20.1



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

* Re: [PATCH] blk-mq: Fix typo in comment
  2019-10-29 22:35 [PATCH] blk-mq: Fix typo in comment Gabriela Bittencourt
@ 2019-10-30  3:30 ` Chaitanya Kulkarni
  2019-10-30  5:55 ` [Outreachy kernel] " Julia Lawall
  1 sibling, 0 replies; 5+ messages in thread
From: Chaitanya Kulkarni @ 2019-10-30  3:30 UTC (permalink / raw)
  To: Gabriela Bittencourt, outreachy-kernel, axboe, linux-block,
	linux-kernel, lkcamp, trivial

Looks good.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>

On 10/29/2019 03:36 PM, Gabriela Bittencourt wrote:
> Fix typo in words: 'vector' and 'query'.
>
> Signed-off-by: Gabriela Bittencourt<gabrielabittencourt00@gmail.com>



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

* Re: [Outreachy kernel] [PATCH] blk-mq: Fix typo in comment
  2019-10-29 22:35 [PATCH] blk-mq: Fix typo in comment Gabriela Bittencourt
  2019-10-30  3:30 ` Chaitanya Kulkarni
@ 2019-10-30  5:55 ` Julia Lawall
  1 sibling, 0 replies; 5+ messages in thread
From: Julia Lawall @ 2019-10-30  5:55 UTC (permalink / raw)
  To: Gabriela Bittencourt
  Cc: outreachy-kernel, axboe, linux-block, linux-kernel, lkcamp, trivial



On Tue, 29 Oct 2019, Gabriela Bittencourt wrote:

> Fix typo in words: 'vector' and 'query'.
>
> Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>

Acked-by: Julia Lawall <julia.lawall@lip6.fr>


> ---
>  block/blk-mq-virtio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/block/blk-mq-virtio.c b/block/blk-mq-virtio.c
> index 488341628256..7b8a42c35102 100644
> --- a/block/blk-mq-virtio.c
> +++ b/block/blk-mq-virtio.c
> @@ -16,7 +16,7 @@
>   * @first_vec:	first interrupt vectors to use for queues (usually 0)
>   *
>   * This function assumes the virtio device @vdev has at least as many available
> - * interrupt vetors as @set has queues.  It will then queuery the vector
> + * interrupt vectors as @set has queues.  It will then query the vector
>   * corresponding to each queue for it's affinity mask and built queue mapping
>   * that maps a queue to the CPUs that have irq affinity for the corresponding
>   * vector.
> --
> 2.20.1
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20191029223556.2289-1-gabrielabittencourt00%40gmail.com.
>


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

* Re: [PATCH] blk-mq: fix typo in comment
  2022-05-21 11:10 [PATCH] blk-mq: fix " Julia Lawall
@ 2022-05-21 12:32 ` Jens Axboe
  0 siblings, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2022-05-21 12:32 UTC (permalink / raw)
  To: Julia.Lawall; +Cc: linux-block, kernel-janitors, linux-kernel

On Sat, 21 May 2022 13:10:39 +0200, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> 

Applied, thanks!

[1/1] blk-mq: fix typo in comment
      commit: 2aaf516084184e4e6f80da01b2b3ed882fd20a79

Best regards,
-- 
Jens Axboe



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

* [PATCH] blk-mq: fix typo in comment
@ 2022-05-21 11:10 Julia Lawall
  2022-05-21 12:32 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Julia Lawall @ 2022-05-21 11:10 UTC (permalink / raw)
  To: Jens Axboe; +Cc: kernel-janitors, linux-block, linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 block/blk-mq.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/blk-mq.c b/block/blk-mq.c
index ed1869a305c4..ae116b755648 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -1083,7 +1083,7 @@ bool blk_mq_complete_request_remote(struct request *rq)
 	WRITE_ONCE(rq->state, MQ_RQ_COMPLETE);
 
 	/*
-	 * For a polled request, always complete locallly, it's pointless
+	 * For a polled request, always complete locally, it's pointless
 	 * to redirect the completion.
 	 */
 	if (rq->cmd_flags & REQ_POLLED)


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

end of thread, other threads:[~2022-05-21 12:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 22:35 [PATCH] blk-mq: Fix typo in comment Gabriela Bittencourt
2019-10-30  3:30 ` Chaitanya Kulkarni
2019-10-30  5:55 ` [Outreachy kernel] " Julia Lawall
2022-05-21 11:10 [PATCH] blk-mq: fix " Julia Lawall
2022-05-21 12:32 ` 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.