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

Thomas Gleixner tglx at linutronix.de
Tue Jan 17 13:41:36 PST 2023


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



More information about the linux-arm-kernel mailing list