Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65f62ce8 authored by Colin Ian King's avatar Colin Ian King Committed by Chris Metcalf
Browse files

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



trivial fix to spelling mistake in pr_warn message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarChris Metcalf <cmetcalf@mellanox.com>
parent 9c763584
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	}