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