diff options
author | Bart Van Assche <bvanassche@acm.org> | 2019-05-30 20:00:52 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-05-31 17:12:34 -0400 |
commit | ef025d7ec2fc433e7db76afd74493aaa9a59d921 (patch) | |
tree | e88f687af1dfe8c999cb336543f412014906111a /block | |
parent | a0b77e36e1da77bfade26f2f32c326b9a2f3fbb9 (diff) |
blk-mq: Fix spelling in a source code comment
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>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-mq-cpumap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/blk-mq-cpumap.c b/block/blk-mq-cpumap.c index 48bebf00a5f3..0afa4dc48365 100644 --- a/block/blk-mq-cpumap.c +++ b/block/blk-mq-cpumap.c | |||
@@ -42,8 +42,8 @@ int blk_mq_map_queues(struct blk_mq_queue_map *qmap) | |||
42 | /* | 42 | /* |
43 | * First do sequential mapping between CPUs and queues. | 43 | * First do sequential mapping between CPUs and queues. |
44 | * In case we still have CPUs to map, and we have some number of | 44 | * In case we still have CPUs to map, and we have some number of |
45 | * threads per cores then map sibling threads to the same queue for | 45 | * threads per cores then map sibling threads to the same queue |
46 | * performace optimizations. | 46 | * for performance optimizations. |
47 | */ | 47 | */ |
48 | if (cpu < nr_queues) { | 48 | if (cpu < nr_queues) { |
49 | map[cpu] = cpu_to_queue_index(qmap, nr_queues, cpu); | 49 | map[cpu] = cpu_to_queue_index(qmap, nr_queues, cpu); |