Skip to content

Commit

Permalink
blk-mq: Fix typo in comment
Browse files Browse the repository at this point in the history
Fix typo in words: 'vector' and 'query'.

Signed-off-by: Gabriela Bittencourt <[email protected]>
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
gbittencourt authored and Jiri Kosina committed Mar 17, 2020
1 parent 023f270 commit 7901b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-mq-virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @first_vec: first interrupt vectors to use for queues (usually 0)
*
* This function assumes the virtio device @vdev has at least as many available
* interrupt vetors as @set has queues. It will then queuery the vector
* interrupt vectors as @set has queues. It will then query the vector
* corresponding to each queue for it's affinity mask and built queue mapping
* that maps a queue to the CPUs that have irq affinity for the corresponding
* vector.
Expand Down

0 comments on commit 7901b6e

Please sign in to comment.