From: Julia Lawall Date: Sat, 21 May 2022 11:10:39 +0000 (+0200) Subject: blk-mq: fix typo in comment X-Git-Tag: v5.19-rc1~244^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2aaf516084184e4e6f80da01b2b3ed882fd20a79;p=thirdparty%2Fkernel%2Flinux.git blk-mq: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Link: https://lore.kernel.org/r/20220521111145.81697-29-Julia.Lawall@inria.fr Signed-off-by: Jens Axboe --- diff --git a/block/blk-mq.c b/block/blk-mq.c index c4370d2761706..9ef2d3284752c 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)