From: Sagi Grimberg Date: Wed, 29 Mar 2017 17:04:36 +0000 (+0300) Subject: blk-mq-pci: Fix two spelling mistakes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=018c259bbf15f5d4cd9d3d2b5125a063511c279f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git blk-mq-pci: Fix two spelling mistakes Signed-off-by: Sagi Grimberg Signed-off-by: Jens Axboe --- diff --git a/block/blk-mq-pci.c b/block/blk-mq-pci.c index 966c2169762e..0c3354cf3552 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.