Skip to content

Commit 7901b6e

Browse files
gbittencourtJiri Kosina
authored andcommitted
blk-mq: Fix typo in comment
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]>
1 parent 023f270 commit 7901b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/blk-mq-virtio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @first_vec: first interrupt vectors to use for queues (usually 0)
1717
*
1818
* This function assumes the virtio device @vdev has at least as many available
19-
* interrupt vetors as @set has queues. It will then queuery the vector
19+
* interrupt vectors as @set has queues. It will then query the vector
2020
* corresponding to each queue for it's affinity mask and built queue mapping
2121
* that maps a queue to the CPUs that have irq affinity for the corresponding
2222
* vector.

0 commit comments

Comments
 (0)