Re: [PATCH] pcmcia: add missing MODULE_DESCRIPTION() macros
From: Dominik Brodowski
Date: Sun Jun 30 2024 - 10:59:21 EST
Am Fri, Jun 07, 2024 at 03:02:58PM -0700 schrieb Jeff Johnson:
> On x86, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pcmcia/pcmcia_rsrc.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pcmcia/yenta_socket.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pcmcia/i82092.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro to all
> files which have a MODULE_LICENSE(). This includes files which did not
> produce a warning with the x86 allmodconfig since they may cause this
> warning with other configurations.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
Thanks, applied to pcmcia-next (although without the change to rsrc_mgr.c,
as that was commented out anyway, and with a few modifications to the
descriptions.
Best,
Dominik