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/[email protected] Fixes: 6c6c1fc ("modpost: require a MODULE_DESCRIPTION()") Signed-off-by: Arnd Bergmann <[email protected]> Tested-by: Geert Uytterhoeven <[email protected]> Cc: Jeff Johnson <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Stehen Rothwell <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
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)