Skip to content

Commit 6054b10

Browse files
ColinIanKingThomas Gleixner
authored andcommitted
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
1 parent 889588d commit 6054b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/irqchip/irq-gic-v5-its.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ static int gicv5_its_alloc_eventid(struct gicv5_its_dev *its_dev, msi_alloc_info
900900
event_id_base = info->hwirq;
901901

902902
if (event_id_base >= its_dev->num_events) {
903-
pr_err("EventID ouside of ITT range; cannot allocate an ITT entry!\n");
903+
pr_err("EventID outside of ITT range; cannot allocate an ITT entry!\n");
904904

905905
return -EINVAL;
906906
}

0 commit comments

Comments
 (0)