projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ad111
)
xen/pciback: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Thu, 11 Aug 2022 12:09:18 +0000
(20:09 +0800)
committer
Juergen Gross
<jgross@suse.com>
Fri, 12 Aug 2022 10:19:50 +0000
(12:19 +0200)
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>
drivers/xen/xen-pciback/pciback_ops.c
patch
|
blob
|
history
diff --git
a/drivers/xen/xen-pciback/pciback_ops.c
b/drivers/xen/xen-pciback/pciback_ops.c
index 3fbc21466a934a06c5c2b60643a8a50b46312f0c..84e014490950c437b39456a4a6ef88479b4ebb48 100644
(file)
--- a/
drivers/xen/xen-pciback/pciback_ops.c
+++ b/
drivers/xen/xen-pciback/pciback_ops.c
@@
-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;