]> Git Repo - linux.git/commitdiff
block: Fix spelling in a source code comment
authorBart Van Assche <[email protected]>
Tue, 19 Jul 2016 15:18:06 +0000 (08:18 -0700)
committerJens Axboe <[email protected]>
Thu, 21 Jul 2016 03:28:22 +0000 (21:28 -0600)
Signed-off-by: Bart Van Assche <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/blk-exec.c

index 3fec8a29d0fae16f3c0398ff292a75dbce38cf77..7ea04325d02f56c8f830292005d0096b033d8fe1 100644 (file)
@@ -62,7 +62,7 @@ void blk_execute_rq_nowait(struct request_queue *q, struct gendisk *bd_disk,
 
        /*
         * don't check dying flag for MQ because the request won't
-        * be resued after dying flag is set
+        * be reused after dying flag is set
         */
        if (q->mq_ops) {
                blk_mq_insert_request(rq, at_head, true, false);
This page took 0.054752 seconds and 4 git commands to generate.