Re: [PATCH 02/10] ASN.1: add module description

From: Geert Uytterhoeven
Date: Sun Apr 06 2025 - 14:22:02 EST


Hi Arnd,

On Mon, 24 Mar 2025 at 18:35, Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> This is needed to avoid a build warning:
>
> WARNING: modpost: missing MODULE_DESCRIPTION() in lib/asn1_decoder.o
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Thank, this fixes build issues in the m68k defconfigs
Tested-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>

> --- a/lib/asn1_decoder.c
> +++ b/lib/asn1_decoder.c
> @@ -518,4 +518,5 @@ int asn1_ber_decoder(const struct asn1_decoder *decoder,
> }
> EXPORT_SYMBOL_GPL(asn1_ber_decoder);
>
> +MODULE_DESCRIPTION("Decoder for ASN.1 BER/DER/CER encoded bytestream");
> MODULE_LICENSE("GPL");

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds