diff options
author | Kuan-Wei Chiu <visitorckw@gmail.com> | 2023-09-03 00:41:21 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-09-22 05:30:21 -0600 |
commit | 41bd33df4e180bfe9d206685270cff34a9a71d62 (patch) | |
tree | c18ac72b263c17b43bd71b3256a130d22f0b9521 | |
parent | e4c0138ab396c727e6d5ca83cfe2e3d5b00be97c (diff) |
docs: block: blk-mq.rst: correct places -> place
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>
-rw-r--r-- | Documentation/block/blk-mq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/block/blk-mq.rst b/Documentation/block/blk-mq.rst index 31f52f326971..fc06761b6ea9 100644 --- a/Documentation/block/blk-mq.rst +++ b/Documentation/block/blk-mq.rst @@ -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 |