Skip to content

Commit

Permalink
xen/pciback: Fix comment typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Wang authored and Juergen Gross committed Aug 12, 2022
1 parent 32ad111 commit ced3c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/xen-pciback/pciback_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ced3c74

Please sign in to comment.