Re: [PATCH] irqchip: stm32-exti: use kzalloc_flex

From: Thomas Gleixner

Date: Wed Mar 11 2026 - 04:48:16 EST


On Tue, Mar 10 2026 at 22:40, Rosen Penev wrote:
> Simplifies allocations by using a flexible array member in these structs.
> No need for a second kfree.

Nice, but please follow the guidelines in

https://www.kernel.org/doc/html/latest/process/maintainer-tip.html

regarding subject prefix and function notations in change logs.

Thanks,

tglx