On Sat, Jun 08, 2024 at 09:14:37AM -0700, Jeff Johnson wrote: > On x86, make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/irqchip/irq-ts4800.o > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/irqchip/irq-meson-gpio.o > > Add the missing invocation of the MODULE_DESCRIPTION() macro to all > files which have a MODULE_LICENSE(). This includes a 3rd file, > irq-mvebu-pic.c, which did not produce a warning with the x86 > allmodconfig, but which may cause this warning with other kernel > configurations. > > Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> > --- > drivers/irqchip/irq-meson-gpio.c | 1 + > drivers/irqchip/irq-mvebu-pic.c | 1 + For the Marvell change, but the rest looks sensible as well: Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew