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

From: Arnd Bergmann
Date: Mon Mar 24 2025 - 13:33:40 EST


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>
---
lib/asn1_decoder.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/lib/asn1_decoder.c b/lib/asn1_decoder.c
index 13da529e2e72..5738ae286b41 100644
--- 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");
--
2.39.5