Skip to content

Commit 9164053

Browse files
arndbakpm00
authored andcommitted
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: 6c6c1fc ("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]>
1 parent 75dd497 commit 9164053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ucs2_string.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,5 @@ ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength)
165165
}
166166
EXPORT_SYMBOL(ucs2_as_utf8);
167167

168+
MODULE_DESCRIPTION("UCS2 string handling");
168169
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)