]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
irqchip/gic-v5: Fix spelling mistake "ouside" -> "outside"
authorColin Ian King <colin.i.king@gmail.com>
Tue, 3 Feb 2026 21:07:35 +0000 (21:07 +0000)
committerThomas Gleixner <tglx@kernel.org>
Wed, 4 Feb 2026 15:12:49 +0000 (16:12 +0100)
There is a spelling mistake in a pr_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Acked-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Link: https://patch.msgid.link/20260203210735.5036-1-colin.i.king@gmail.com
drivers/irqchip/irq-gic-v5-its.c

index 554485f0be1fbf53c1c9774c69b7eb4138c5e6c4..f410e178c8415043aa04f46b011ae03a82fa68c5 100644 (file)
@@ -900,7 +900,7 @@ static int gicv5_its_alloc_eventid(struct gicv5_its_dev *its_dev, msi_alloc_info
                event_id_base = info->hwirq;
 
                if (event_id_base >= its_dev->num_events) {
-                       pr_err("EventID ouside of ITT range; cannot allocate an ITT entry!\n");
+                       pr_err("EventID outside of ITT range; cannot allocate an ITT entry!\n");
 
                        return -EINVAL;
                }