Skip to content

Commit c19430e

Browse files
JinayJainJonathan Corbet
authored andcommitted
Documentation: block: blk-mq: Fix small typo in multi-queue docs
Fixed a small typo in the documentation for multi-queue block IO. Signed-off-by: Jinay Jain <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent fe450ee commit c19430e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/block/blk-mq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ layer or if we want to try to merge requests. In both cases, requests will be
5454
sent to the software queue.
5555

5656
Then, after the requests are processed by software queues, they will be placed
57-
at the hardware queue, a second stage queue were the hardware has direct access
57+
at the hardware queue, a second stage queue where the hardware has direct access
5858
to process those requests. However, if the hardware does not have enough
5959
resources to accept more requests, blk-mq will places requests on a temporary
6060
queue, to be sent in the future, when the hardware is able.

0 commit comments

Comments
 (0)