Re: [PATCH v4 11/19] x86/ioapic: Use irq_domain_create_hierarchy()

From: Thomas Gleixner
Date: Tue Jan 17 2023 - 17:56:46 EST


On Mon, Jan 16 2023 at 14:50, Johan Hovold wrote:
>
> - ip->irqdomain = irq_domain_create_linear(fn, hwirqs, cfg->ops,
> - (void *)(long)ioapic);
> -
> + ip->irqdomain = irq_domain_create_hierarchy(parent, 0, hwirqs, fn,
> + cfg->ops,
> + (void *)(long)ioapic);

The 80 character limit has been lifted quite some time ago. Please use
the 100 which are now the norm.

Thanks,

tglx