lkml.org 
[lkml]   [2023]   [Jan]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v4 11/19] x86/ioapic: Use irq_domain_create_hierarchy()
Date
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

\
 
 \ /
  Last update: 2023-03-26 23:44    [W:0.161 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site