Commit ced3c742 authored by Jason Wang's avatar Jason Wang Committed by Juergen Gross
Browse files

xen/pciback: Fix comment typo



The double `the' is duplicated in the comment, remove one.

Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Reviewed-by: default avatarJuergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20220811120918.17961-1-wangborong@cdjrlc.com


Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
parent 32ad1112
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ int xen_pcibk_enable_msi(struct xen_pcibk_device *pdev,
		return XEN_PCI_ERR_op_failed;
	}

	/* The value the guest needs is actually the IDT vector, not the
	/* The value the guest needs is actually the IDT vector, not
	 * the local domain's IRQ number. */

	op->value = dev->irq ? xen_pirq_from_irq(dev->irq) : 0;