On Wed, Jul 16, 2025 at 11:10:09AM -0700, Nirmal Patel wrote: > On Thu, 26 Jun 2025 16:48:06 +0200 > Nam Cao <namcao@xxxxxxxxxxxxx> wrote: > > > Move away from the legacy MSI domain setup, switch to use > > msi_create_parent_irq_domain(). > > - unsigned int virq, irq_hw_number_t hwirq, > > - msi_alloc_info_t *arg) > > +static void vmd_msi_free(struct irq_domain *domain, unsigned int > > virq, unsigned int nr_irqs); + > > +static int vmd_msi_alloc(struct irq_domain *domain, unsigned int > > virq, unsigned int nr_irqs, > > + void *arg) > > Is this wrapped in 80 columns? I can see few lines are more than 80. > Disregard this if it is wrapped and it can be my claws mail client > issue. Wrapped locally, thanks Nirmal. Bjorn