Skip to content

Commit

Permalink
tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in pr_warn message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
  • Loading branch information
Colin Ian King authored and cmetcalf-tilera committed Dec 16, 2016
1 parent 9c76358 commit 65f62ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/tile/kernel/pci_gx.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static int tile_irq_cpu(int irq)

count = cpumask_weight(&intr_cpus_map);
if (unlikely(count == 0)) {
pr_warn("intr_cpus_map empty, interrupts will be delievered to dataplane tiles\n");
pr_warn("intr_cpus_map empty, interrupts will be delivered to dataplane tiles\n");
return irq % (smp_height * smp_width);
}

Expand Down

0 comments on commit 65f62ce

Please sign in to comment.