]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASN.1: add module description
authorArnd Bergmann <arnd@arndb.de>
Mon, 24 Mar 2025 17:32:27 +0000 (18:32 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 12 Apr 2025 00:32:37 +0000 (17:32 -0700)
commita5561c88cf3cddc405ae7a0ef6b606224ddabf0c
tree5fc68bf28aa5f4bf4e731d212dc03ff3f6c21540
parent41e6ddcaa0f18dda4c3fadf22533775a30d6f72f
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: 6c6c1fc09de3 ("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>
lib/asn1_decoder.c