blk-mq: Fix spelling in a source code comment
authorBart Van Assche <bvanassche@acm.org>
Fri, 31 May 2019 00:00:52 +0000 (17:00 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 31 May 2019 21:12:34 +0000 (15:12 -0600)
Change one occurrence of 'performace' into 'performance'.

Cc: Max Gurtovoy <maxg@mellanox.com>
Fixes: fe631457ff3e ("blk-mq: map all HWQ also in hyperthreaded system") # v4.13.
Reviewed-by: Chaitanya Kulkarni <chiatanya.kulkarni@wdc.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-cpumap.c

index 48bebf00a5f31b981305c3f1a9514d2b8c11783a..0afa4dc483656d9dcef486680719ff7a73c2a7cd 100644 (file)
@@ -42,8 +42,8 @@ int blk_mq_map_queues(struct blk_mq_queue_map *qmap)
                /*
                 * First do sequential mapping between CPUs and queues.
                 * In case we still have CPUs to map, and we have some number of
-                * threads per cores then map sibling threads to the same queue for
-                * performace optimizations.
+                * threads per cores then map sibling threads to the same queue
+                * for performance optimizations.
                 */
                if (cpu < nr_queues) {
                        map[cpu] = cpu_to_queue_index(qmap, nr_queues, cpu);