summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-05-21 13:10:39 +0200
committerJens Axboe <axboe@kernel.dk>2022-05-21 06:32:16 -0600
commit2aaf516084184e4e6f80da01b2b3ed882fd20a79 (patch)
treeb8eebdc1b4ae305879958a321190f81499da64d6 /block
parenta249ca7dfbce1eb82bcd3a5a6bb21daeade20469 (diff)
downloadlinux-2aaf516084184e4e6f80da01b2b3ed882fd20a79.tar.bz2
blk-mq: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220521111145.81697-29-Julia.Lawall@inria.fr Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r--block/blk-mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c
index c4370d276170..9ef2d3284752 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -1083,7 +1083,7 @@ bool blk_mq_complete_request_remote(struct request *rq)
WRITE_ONCE(rq->state, MQ_RQ_COMPLETE);
/*
- * For a polled request, always complete locallly, it's pointless
+ * For a polled request, always complete locally, it's pointless
* to redirect the completion.
*/
if (rq->cmd_flags & REQ_POLLED)