Skip to content

Commit a5561c8

Browse files
arndbakpm00
authored andcommitted
ASN.1: add module description
This is needed to avoid a build warning: WARNING: modpost: missing MODULE_DESCRIPTION() in lib/asn1_decoder.o Link: https://lkml.kernel.org/r/20250324173242.1501003-2-arnd@kernel.org Fixes: 6c6c1fc ("modpost: require a MODULE_DESCRIPTION()") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Jeff Johnson <jeff.johnson@oss.qualcomm.com> Cc: Masahiro Yamada <masahiroy@kernel.org> Cc: Stehen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 41e6ddc commit a5561c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/asn1_decoder.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,5 @@ int asn1_ber_decoder(const struct asn1_decoder *decoder,
518518
}
519519
EXPORT_SYMBOL_GPL(asn1_ber_decoder);
520520

521+
MODULE_DESCRIPTION("Decoder for ASN.1 BER/DER/CER encoded bytestream");
521522
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)