提交 65f62ce8 编写于 作者: C Colin Ian King 提交者: Chris Metcalf

tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"

trivial fix to spelling mistake in pr_warn message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NChris Metcalf <cmetcalf@mellanox.com>
上级 9c763584
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册