mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 10:31:33 -04:00
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:
committed by
Thomas Gleixner
parent
889588d750
commit
6054b10c32
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user