]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ucs2_string: add module description
authorArnd Bergmann <arnd@arndb.de>
Mon, 24 Mar 2025 17:32:32 +0000 (18:32 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 12 Apr 2025 00:32:38 +0000 (17:32 -0700)
commit91640531b92ec63e260b9d5c681d387676ec462c
tree143f30e6460ad890f8e4443a82da2b4f55a299da
parent75dd4975f569c179284fa644e5be24cbfa77b0ee
ucs2_string: add module description

Modules without a description now cause a warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in lib/ucs2_string.o

Link: https://lkml.kernel.org/r/20250324173242.1501003-7-arnd@kernel.org
Fixes: 6c6c1fc09de3 ("modpost: require a MODULE_DESCRIPTION()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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/ucs2_string.c