summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-pci.c
diff options
context:
space:
mode:
authorSagi Grimberg <sagi@grimberg.me>2017-03-29 20:04:36 +0300
committerJens Axboe <axboe@fb.com>2017-03-29 11:09:51 -0600
commit018c259bbf15f5d4cd9d3d2b5125a063511c279f (patch)
tree1fdc8dfc0a5ad37027bbf5d72dbdc91522dccfbc /block/blk-mq-pci.c
parent02ba8893ac9aa34fcb4ce2a9baef5615b190335a (diff)
downloadlinux-0-day-018c259bbf15f5d4cd9d3d2b5125a063511c279f.tar.gz
linux-0-day-018c259bbf15f5d4cd9d3d2b5125a063511c279f.tar.xz
blk-mq-pci: Fix two spelling mistakes
Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-mq-pci.c')
-rw-r--r--block/blk-mq-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-mq-pci.c b/block/blk-mq-pci.c
index 966c2169762eb..0c3354cf35528 100644
--- a/block/blk-mq-pci.c
+++ b/block/blk-mq-pci.c
@@ -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.