Skip to content

Commit ced3c74

Browse files
Jason Wangjgross1
authored andcommitted
xen/pciback: Fix comment typo
The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Reviewed-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20220811120918.17961-1-wangborong@cdjrlc.com Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent 32ad111 commit ced3c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/xen/xen-pciback/pciback_ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ int xen_pcibk_enable_msi(struct xen_pcibk_device *pdev,
159159
return XEN_PCI_ERR_op_failed;
160160
}
161161

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

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

0 commit comments

Comments
 (0)