aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ucs2_string.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2025-03-24 17:32:32 +0000
committerAndrew Morton <[email protected]>2025-04-12 00:32:38 +0000
commit91640531b92ec63e260b9d5c681d387676ec462c (patch)
tree143f30e6460ad890f8e4443a82da2b4f55a299da /lib/ucs2_string.c
parentzlib: add module description (diff)
downloadkernel-91640531b92ec63e260b9d5c681d387676ec462c.tar.gz
kernel-91640531b92ec63e260b9d5c681d387676ec462c.zip
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/[email protected] Fixes: 6c6c1fc09de3 ("modpost: require a MODULE_DESCRIPTION()") Signed-off-by: Arnd Bergmann <[email protected]> Cc: Jeff Johnson <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Stehen Rothwell <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/ucs2_string.c')
-rw-r--r--lib/ucs2_string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ucs2_string.c b/lib/ucs2_string.c
index 9308bcfb2ad5..dfb4f2358cab 100644
--- a/lib/ucs2_string.c
+++ b/lib/ucs2_string.c
@@ -165,4 +165,5 @@ ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength)
}
EXPORT_SYMBOL(ucs2_as_utf8);
+MODULE_DESCRIPTION("UCS2 string handling");
MODULE_LICENSE("GPL v2");