Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jason Wang and committed by
Juergen Gross
ced3c742 32ad1112

+1 -1
+1 -1
drivers/xen/xen-pciback/pciback_ops.c
··· 159 159 return XEN_PCI_ERR_op_failed; 160 160 } 161 161 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 163 163 * the local domain's IRQ number. */ 164 164 165 165 op->value = dev->irq ? xen_pirq_from_irq(dev->irq) : 0;