Skip to content

Commit

Permalink
docs: block: blk-mq.rst: correct places -> place
Browse files Browse the repository at this point in the history
Corrected a typo in the blk-mq.rst documentation where 'places' was
incorrectly used instead of 'place'.

Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20230902164121.2653109-1-visitorckw@gmail.com>
  • Loading branch information
Kuan-Wei Chiu authored and Jonathan Corbet committed Sep 22, 2023
1 parent e4c0138 commit 41bd33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/block/blk-mq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ 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 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
resources to accept more requests, blk-mq will place requests on a temporary
queue, to be sent in the future, when the hardware is able.

Software staging queues
Expand Down

0 comments on commit 41bd33d

Please sign in to comment.