irqchip/gic-v5: Fix spelling mistake "ouside" -> "outside"

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
This commit is contained in:
Colin Ian King
2026-02-03 21:07:35 +00:00
committed by Thomas Gleixner
parent 889588d750
commit 6054b10c32

View 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;
}