Commit ee0d96d3 authored by Baolin Wang's avatar Baolin Wang Committed by Christoph Hellwig

nvme-pci: fix some comments issues

Fix comment typos and remove whitespaces before tabs to cleanup
checkpatch errors.
Signed-off-by: default avatarBaolin Wang <baolin.wang@linux.alibaba.com>
Reviewed-by: default avatarSagi Grimberg <sagi@grimberg.me>
Reviewed-by: default avatarChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent c25c853e
...@@ -2000,7 +2000,7 @@ static void nvme_calc_irq_sets(struct irq_affinity *affd, unsigned int nrirqs) ...@@ -2000,7 +2000,7 @@ static void nvme_calc_irq_sets(struct irq_affinity *affd, unsigned int nrirqs)
unsigned int nr_read_queues, nr_write_queues = dev->nr_write_queues; unsigned int nr_read_queues, nr_write_queues = dev->nr_write_queues;
/* /*
* If there is no interupt available for queues, ensure that * If there is no interrupt available for queues, ensure that
* the default queue is set to 1. The affinity set size is * the default queue is set to 1. The affinity set size is
* also set to one, but the irq core ignores it for this case. * also set to one, but the irq core ignores it for this case.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment