RDMA/qib: fix repeated words in comments
authorwangjianli <wangjianli@cdjrlc.com>
Thu, 8 Sep 2022 13:20:36 +0000 (21:20 +0800)
committerLeon Romanovsky <leon@kernel.org>
Tue, 20 Sep 2022 11:11:14 +0000 (14:11 +0300)
Delete the redundant word 'to'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Link: https://lore.kernel.org/r/20220908132036.42355-1-wangjianli@cdjrlc.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/qib/qib_pcie.c

index cb2a02d671e2beed1fb7c480a8c2c2916b00b323..692b64efad97b1dc0662229a69a72cc6d5d92c04 100644 (file)
@@ -295,7 +295,7 @@ void qib_free_irq(struct qib_devdata *dd)
  * Setup pcie interrupt stuff again after a reset.  I'd like to just call
  * pci_enable_msi() again for msi, but when I do that,
  * the MSI enable bit doesn't get set in the command word, and
- * we switch to to a different interrupt vector, which is confusing,
+ * we switch to a different interrupt vector, which is confusing,
  * so I instead just do it all inline.  Perhaps somehow can tie this
  * into the PCIe hotplug support at some point
  */