Skip to content

Commit

Permalink
ia64: Fix typo in irq_xen.c
Browse files Browse the repository at this point in the history
Correct spelling "vecotr" to "vector" in
arch/ia64/xen/irq_xen.c

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
standby24x7 authored and Jiri Kosina committed Feb 21, 2012
1 parent 4998d8e commit 5d948ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/xen/irq_xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ xen_free_irq_vector(int vector)

irq_op.vector = vector;
if (HYPERVISOR_physdev_op(PHYSDEVOP_free_irq_vector, &irq_op))
printk(KERN_WARNING "%s: xen_free_irq_vecotr fail vector=%d\n",
printk(KERN_WARNING "%s: xen_free_irq_vector fail vector=%d\n",
__func__, vector);
}

Expand Down

0 comments on commit 5d948ce

Please sign in to comment.