[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250324173242.1501003-2-arnd@kernel.org>
Date: Mon, 24 Mar 2025 18:32:27 +0100
From: Arnd Bergmann <arnd@...nel.org>
To: Jeff Johnson <jeff.johnson@....qualcomm.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Masahiro Yamada <masahiroy@...nel.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org,
Arnd Bergmann <arnd@...db.de>,
linux-kernel@...r.kernel.org
Subject: [PATCH 02/10] ASN.1: add module description
From: Arnd Bergmann <arnd@...db.de>
This is needed to avoid a build warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/asn1_decoder.o
Signed-off-by: Arnd Bergmann <arnd@...db.de>
---
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
Powered by blists - more mailing lists