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