aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinay Jain <[email protected]>2021-08-12 08:25:28 -0700
committerJonathan Corbet <[email protected]>2021-08-24 13:30:00 -0600
commitc19430eec84f7440651266e5f5a811df3d6f46ae (patch)
tree54df5112384f47b1fce4bacb74ba8fdb3e3a25d0
parentfe450eeb4e6f1c19d088c99d2206ecabb8d0892b (diff)
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]>
-rw-r--r--Documentation/block/blk-mq.rst2
1 files changed, 1 insertions, 1 deletions
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.