linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: block: blk-mq: Fix small typo in multi-queue docs
@ 2021-08-12 15:25 Jinay Jain
  2021-08-24 19:30 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Jinay Jain @ 2021-08-12 15:25 UTC (permalink / raw)
  To: corbet; +Cc: trivial, linux-doc, Jinay Jain

Fixed a small typo in the documentation for multi-queue block IO.

Signed-off-by: Jinay Jain <jinaybjain@gmail.com>
---
 Documentation/block/blk-mq.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
index d96118c73954..31f52f326971 100644
--- a/Documentation/block/blk-mq.rst
+++ b/Documentation/block/blk-mq.rst
@@ -54,7 +54,7 @@ layer or if we want to try to merge requests. In both cases, requests will be
 sent to the software queue.
 
 Then, after the requests are processed by software queues, they will be placed
-at the hardware queue, a second stage queue were the hardware has direct access
+at the hardware queue, a second stage queue where the hardware has direct access
 to process those requests. However, if the hardware does not have enough
 resources to accept more requests, blk-mq will places requests on a temporary
 queue, to be sent in the future, when the hardware is able.
-- 
2.25.1


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

* Re: [PATCH] Documentation: block: blk-mq: Fix small typo in multi-queue docs
  2021-08-12 15:25 [PATCH] Documentation: block: blk-mq: Fix small typo in multi-queue docs Jinay Jain
@ 2021-08-24 19:30 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-08-24 19:30 UTC (permalink / raw)
  To: Jinay Jain; +Cc: trivial, linux-doc, Jinay Jain

Jinay Jain <jinaybjain@gmail.com> writes:

> Fixed a small typo in the documentation for multi-queue block IO.
>
> Signed-off-by: Jinay Jain <jinaybjain@gmail.com>
> ---
>  Documentation/block/blk-mq.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst
> index d96118c73954..31f52f326971 100644
> --- a/Documentation/block/blk-mq.rst
> +++ b/Documentation/block/blk-mq.rst
> @@ -54,7 +54,7 @@ layer or if we want to try to merge requests. In both cases, requests will be
>  sent to the software queue.
>  
>  Then, after the requests are processed by software queues, they will be placed
> -at the hardware queue, a second stage queue were the hardware has direct access
> +at the hardware queue, a second stage queue where the hardware has direct access
>  to process those requests. However, if the hardware does not have enough

Applied, thanks.

jon

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

end of thread, other threads:[~2021-08-24 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-12 15:25 [PATCH] Documentation: block: blk-mq: Fix small typo in multi-queue docs Jinay Jain
2021-08-24 19:30 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).