]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
blk-mq-pci: Fix two spelling mistakes
authorSagi Grimberg <sagi@grimberg.me>
Wed, 29 Mar 2017 17:04:36 +0000 (20:04 +0300)
committerJens Axboe <axboe@fb.com>
Wed, 29 Mar 2017 17:09:51 +0000 (11:09 -0600)
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq-pci.c

index 966c2169762eb4d951011531e101fb1b3809d7e8..0c3354cf3552877d7542cdb32f0ce4102a79fcce 100644 (file)
@@ -23,7 +23,7 @@
  * @pdev:      PCI device associated with @set.
  *
  * This function assumes the PCI device @pdev 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.