Commit d87e1c53 authored by Julien's avatar Julien

libxdma: fix typo

parent 2ec66954
......@@ -2320,7 +2320,7 @@ static int irq_legacy_setup(struct xdma_dev *xdev, struct pci_dev *pdev)
if (val > 1) {
val--;
w = (val << 24) | (val << 16) | (val << 8) | val;
/* Program IRQ Block Channel vactor and IRQ Block User vector
/* Program IRQ Block Channel vector and IRQ Block User vector
* with Legacy interrupt value
*/
reg = xdev->bar[xdev->config_bar_idx] + 0x2080; // IRQ user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment