Re: [PATCH 12/16] irqchip/eip201-aic: Add support for Safexcel EIP-201 AIC
From: Miquel Raynal
Date: Wed Apr 01 2026 - 05:18:46 EST
Hello Thomas,
>> +struct eip201_aic {
>> + struct device *dev;
>> + void __iomem *regs;
>> + struct irq_domain *domain;
>> + struct irq_chip_generic *gc;
>> + u32 type;
>> + u32 pol;
>> +};
>
> Please follow:
>
> https://www.kernel.org/doc/html/latest/process/maintainer-tip.html#struct-declarations-and-initializers
Ah, I didn't know about this document, I'll go through it and fix the style.
Thanks for the feedback,
Miquèl