blk-mq: Fix typo in comment
Fix typo in words: 'vector' and 'query'. Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
023f270b44
commit
7901b6e4e6
|
@ -16,7 +16,7 @@
|
||||||
* @first_vec: first interrupt vectors to use for queues (usually 0)
|
* @first_vec: first interrupt vectors to use for queues (usually 0)
|
||||||
*
|
*
|
||||||
* This function assumes the virtio device @vdev has at least as many available
|
* 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
|
* 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
|
* that maps a queue to the CPUs that have irq affinity for the corresponding
|
||||||
* vector.
|
* vector.
|
||||||
|
|
Loading…
Reference in New Issue